Html Css Color HEX #27DEC6 Turquoise

📋 copy color: '#27DEC6'

red 39 ◦ green 222 ◦ blue 198

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

Shades of Turquoise #27DEC6

Tints of Turquoise #27DEC6

RGB

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

 GREEN value IS 222 (87.11% from 255) = 48.37%

 BLUE value IS 198 (77.73% from 255) = 43.14%

R = 8.5%
G = 48.37%
B = 43.14%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.11

 K value IS 0.13

RGB Variations

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

Color information

#27DEC6 (or 0x27DEC6) is known color: Turquoise. HEX triplet: 27, DE and C6. RGB value is (39,222,198). Sum of RGB (Red+Green+Blue) = 39+222+198=459 (60% of max value = 765). Red value is 39 (15.62% from 255 or 8.50% from 459); Green value is 222 (87.11% from 255 or 48.37% from 459); Blue value is 198 (77.73% from 255 or 43.14% from 459); Max value from RGB is 222 - color contains mainly: green. Hex color #27DEC6 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #27DEC6 is #D82139. Grayscale: #A4A4A4. Windows color (decimal): -14164282 or 13032999. OLE color: 13032999.

HSL color Cylindrical-coordinate representation of color #27DEC6: hue angle of 172.13º degrees, saturation: 0.73, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #27DEC6 is Cyan = 0.82, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.13.

Color convert

RGB 39 222 198 -
CMYK 0.82 0 0.11 0.13
HSL 172.13º 0.73% 0.51% -
HSV(B) 172.13º 0.82% 0.87% -
XYZ 37.15 56.75 62.42 -
YUV 164.55 146.87 38.45 -
System Red Green Blue C M Y K H S L
Decimal 39 222 198 0.82 0 0.11 0.13 172.13 0.73 0.51
Hex 27 DE C6 52 0 B D AC 49 33
Octal 47 336 306 122 0 13 15 254 111 63
Binary 100111 11011110 11000110 1010010 0 1011 1101 10101100 1001001 110011

Color Harmonies of #27DEC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #27DEC6

Black with #27DEC6

Text Example


Text Example

White with #27DEC6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(39,222,198); }

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

background-color css

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

 a { background-color: rgb(39,222,198); }

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

border-color css

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

 span { border-color: rgb(39,222,198); }

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