Html Css Color HEX #27DEC8 Turquoise

📋 copy color: '#27DEC8'

red 39 ◦ green 222 ◦ blue 200

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

Shades of Turquoise #27DEC8

Tints of Turquoise #27DEC8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 43.38%

R = 8.46%
G = 48.16%
B = 43.38%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.10

 K value IS 0.13

RGB Variations

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

Color information

#27DEC8 (or 0x27DEC8) is known color: Turquoise. HEX triplet: 27, DE and C8. RGB value is (39,222,200). Sum of RGB (Red+Green+Blue) = 39+222+200=461 (61% of max value = 765). Red value is 39 (15.62% from 255 or 8.46% from 461); Green value is 222 (87.11% from 255 or 48.16% from 461); Blue value is 200 (78.52% from 255 or 43.38% from 461); Max value from RGB is 222 - color contains mainly: green. Hex color #27DEC8 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #27DEC8 is #D82137. Grayscale: #A4A4A4. Windows color (decimal): -14164280 or 13164071. OLE color: 13164071.

HSL color Cylindrical-coordinate representation of color #27DEC8: hue angle of 172.79º 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 #27DEC8 is Cyan = 0.82, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.13.

Color convert

RGB 39 222 200 -
CMYK 0.82 0 0.10 0.13
HSL 172.79º 0.73% 0.51% -
HSV(B) 172.79º 0.82% 0.87% -
XYZ 37.38 56.84 63.65 -
YUV 164.78 147.87 38.29 -
System Red Green Blue C M Y K H S L
Decimal 39 222 200 0.82 0 0.10 0.13 172.79 0.73 0.51
Hex 27 DE C8 52 0 A D AD 49 33
Octal 47 336 310 122 0 12 15 255 111 63
Binary 100111 11011110 11001000 1010010 0 1010 1101 10101101 1001001 110011

Color Harmonies of #27DEC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #27DEC8

Black with #27DEC8

Text Example


Text Example

White with #27DEC8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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