Html Css Color HEX #27CCC8 Turquoise

📋 copy color: '#27CCC8'

red 39 ◦ green 204 ◦ blue 200

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

Shades of Turquoise #27CCC8

Tints of Turquoise #27CCC8

RGB

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

 GREEN value IS 204 (80.08% from 255) = 46.05%

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

R = 8.8%
G = 46.05%
B = 45.15%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.02

 K value IS 0.2

RGB Variations

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

Color information

#27CCC8 (or 0x27CCC8) is known color: Turquoise. HEX triplet: 27, CC and C8. RGB value is (39,204,200). Sum of RGB (Red+Green+Blue) = 39+204+200=443 (58% of max value = 765). Red value is 39 (15.62% from 255 or 8.80% from 443); Green value is 204 (80.08% from 255 or 46.05% from 443); Blue value is 200 (78.52% from 255 or 45.15% from 443); Max value from RGB is 204 - color contains mainly: green. Hex color #27CCC8 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #27CCC8 is #D83337. Grayscale: #9A9A9A. Windows color (decimal): -14168888 or 13159463. OLE color: 13159463.

HSL color Cylindrical-coordinate representation of color #27CCC8: hue angle of 178.55º degrees, saturation: 0.68, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #27CCC8 is Cyan = 0.81, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.2.

Color convert

RGB 39 204 200 -
CMYK 0.81 0 0.02 0.2
HSL 178.55º 0.68% 0.48% -
HSV(B) 178.55º 0.81% 0.8% -
XYZ 32.85 47.79 62.14 -
YUV 154.21 153.84 45.83 -
System Red Green Blue C M Y K H S L
Decimal 39 204 200 0.81 0 0.02 0.2 178.55 0.68 0.48
Hex 27 CC C8 51 0 2 14 B3 44 30
Octal 47 314 310 121 0 2 24 263 104 60
Binary 100111 11001100 11001000 1010001 0 10 10100 10110011 1000100 110000

Color Harmonies of #27CCC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #27CCC8

Black with #27CCC8

Text Example


Text Example

White with #27CCC8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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