Html Css Color HEX #27CED6 Turquoise

📋 copy color: '#27CED6'

red 39 ◦ green 206 ◦ blue 214

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

Shades of Turquoise #27CED6

Tints of Turquoise #27CED6

RGB

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

 GREEN value IS 206 (80.86% from 255) = 44.88%

 BLUE value IS 214 (83.98% from 255) = 46.62%

R = 8.5%
G = 44.88%
B = 46.62%

CMYK

 C value IS 0.82

 M value IS 0.04

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#27CED6 (or 0x27CED6) is known color: Turquoise. HEX triplet: 27, CE and D6. RGB value is (39,206,214). Sum of RGB (Red+Green+Blue) = 39+206+214=459 (60% of max value = 765). Red value is 39 (15.62% from 255 or 8.50% from 459); Green value is 206 (80.86% from 255 or 44.88% from 459); Blue value is 214 (83.98% from 255 or 46.62% from 459); Max value from RGB is 214 - color contains mainly: blue. Hex color #27CED6 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #27CED6 is #D83129. Grayscale: #9C9C9C. Windows color (decimal): -14168362 or 14077479. OLE color: 14077479.

HSL color Cylindrical-coordinate representation of color #27CED6: hue angle of 182.74º degrees, saturation: 0.69, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #27CED6 is Cyan = 0.82, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 39 206 214 -
CMYK 0.82 0.04 0 0.16
HSL 182.74º 0.69% 0.5% -
HSV(B) 182.74º 0.82% 0.84% -
XYZ 35.05 49.43 71.31 -
YUV 156.98 160.17 43.85 -
System Red Green Blue C M Y K H S L
Decimal 39 206 214 0.82 0.04 0 0.16 182.74 0.69 0.5
Hex 27 CE D6 52 4 0 10 B7 45 32
Octal 47 316 326 122 4 0 20 267 105 62
Binary 100111 11001110 11010110 1010010 100 0 10000 10110111 1000101 110010

Color Harmonies of #27CED6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #27CED6

Black with #27CED6

Text Example


Text Example

White with #27CED6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(39,206,214); }

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

background-color css

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

 a { background-color: rgb(39,206,214); }

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

border-color css

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

 span { border-color: rgb(39,206,214); }

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