Html Css Color HEX #27E9DB Turquoise

📋 copy color: '#27E9DB'

red 39 ◦ green 233 ◦ blue 219

#27E9DB
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Turquoise #27E9DB

Tints of Turquoise #27E9DB

RGB

 RED value IS 39 (15.63% from 255) = 7.94%

 GREEN value IS 233 (91.41% from 255) = 47.45%

 BLUE value IS 219 (85.94% from 255) = 44.6%

R = 7.94%
G = 47.45%
B = 44.6%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.06

 K value IS 0.09

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#27E9DB (or 0x27E9DB) is known color: Turquoise. HEX triplet: 27, E9 and DB. RGB value is (39,233,219). Sum of RGB (Red+Green+Blue) = 39+233+219=491 (65% of max value = 765). Red value is 39 (15.62% from 255 or 7.94% from 491); Green value is 233 (91.41% from 255 or 47.45% from 491); Blue value is 219 (85.94% from 255 or 44.60% from 491); Max value from RGB is 233 - color contains mainly: green. Hex color #27E9DB is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #27E9DB is #D81624. Grayscale: #ADADAD. Windows color (decimal): -14161445 or 14412071. OLE color: 14412071.

HSL color Cylindrical-coordinate representation of color #27E9DB: hue angle of 175.67º degrees, saturation: 0.82, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #27E9DB is Cyan = 0.83, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.09.

Color convert

RGB 39 233 219 -
CMYK 0.83 0 0.06 0.09
HSL 175.67º 0.82% 0.53% -
HSV(B) 175.67º 0.83% 0.91% -
XYZ 42.76 63.82 77.08 -
YUV 173.4 153.73 32.14 -
System Red Green Blue C M Y K H S L
Decimal 39 233 219 0.83 0 0.06 0.09 175.67 0.82 0.53
Hex 27 E9 DB 53 0 6 9 B0 52 35
Octal 47 351 333 123 0 6 11 260 122 65
Binary 100111 11101001 11011011 1010011 0 110 1001 10110000 1010010 110101

Color Harmonies of #27E9DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #27E9DB

Black with #27E9DB

Text Example


Text Example

White with #27E9DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #27E9DB; }

 p { color: rgb(39,233,219); }

 H1.HeaderClassName
 {
   color: #27E9DB;
 }
 .AnyTagClassName
 {
   color: #27E9DB;
 }
</style>

background-color css

<style>
 a { background-color: #27E9DB; }

 a { background-color: rgb(39,233,219); }

 div.DivClassName
 {
   background-color: #27E9DB;
 }
 .BgClassName
 {
   background-color: #27E9DB;
 }
</style>

border-color css

<style>
 span { border-color: #27E9DB; }

 span { border-color: rgb(39,233,219); }

 td.TdClassName
 {
   border-color: #27E9DB;
 }
 .TagClassName
 {
   border-color: #27E9DB;
 }
</style>