Html Css Color HEX #27CEC9 Turquoise

📋 copy color: '#27CEC9'

red 39 ◦ green 206 ◦ blue 201

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

Shades of Turquoise #27CEC9

Tints of Turquoise #27CEC9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 45.07%

R = 8.74%
G = 46.19%
B = 45.07%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.02

 K value IS 0.19

RGB Variations

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

Color information

#27CEC9 (or 0x27CEC9) is known color: Turquoise. HEX triplet: 27, CE and C9. RGB value is (39,206,201). Sum of RGB (Red+Green+Blue) = 39+206+201=446 (59% of max value = 765). Red value is 39 (15.62% from 255 or 8.74% from 446); Green value is 206 (80.86% from 255 or 46.19% from 446); Blue value is 201 (78.91% from 255 or 45.07% from 446); Max value from RGB is 206 - color contains mainly: green. Hex color #27CEC9 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #27CEC9 is #D83136. Grayscale: #9B9B9B. Windows color (decimal): -14168375 or 13225511. OLE color: 13225511.

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

Color convert

RGB 39 206 201 -
CMYK 0.81 0 0.02 0.19
HSL 178.2º 0.68% 0.48% -
HSV(B) 178.2º 0.81% 0.81% -
XYZ 33.45 48.79 62.91 -
YUV 155.5 153.67 44.91 -
System Red Green Blue C M Y K H S L
Decimal 39 206 201 0.81 0 0.02 0.19 178.2 0.68 0.48
Hex 27 CE C9 51 0 2 13 B2 44 30
Octal 47 316 311 121 0 2 23 262 104 60
Binary 100111 11001110 11001001 1010001 0 10 10011 10110010 1000100 110000

Color Harmonies of #27CEC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #27CEC9

Black with #27CEC9

Text Example


Text Example

White with #27CEC9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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