Html Css Color HEX #27CEC6 Turquoise

📋 copy color: '#27CEC6'

red 39 ◦ green 206 ◦ blue 198

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

Shades of Turquoise #27CEC6

Tints of Turquoise #27CEC6

RGB

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

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

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

R = 8.8%
G = 46.5%
B = 44.7%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.04

 K value IS 0.19

RGB Variations

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

Color information

#27CEC6 (or 0x27CEC6) is known color: Turquoise. HEX triplet: 27, CE and C6. RGB value is (39,206,198). Sum of RGB (Red+Green+Blue) = 39+206+198=443 (58% of max value = 765). Red value is 39 (15.62% from 255 or 8.80% from 443); Green value is 206 (80.86% from 255 or 46.50% from 443); Blue value is 198 (77.73% from 255 or 44.70% from 443); Max value from RGB is 206 - color contains mainly: green. Hex color #27CEC6 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #27CEC6 is #D83139. Grayscale: #9B9B9B. Windows color (decimal): -14168378 or 13028903. OLE color: 13028903.

HSL color Cylindrical-coordinate representation of color #27CEC6: hue angle of 177.13º 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 #27CEC6 is Cyan = 0.81, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.19.

Color convert

RGB 39 206 198 -
CMYK 0.81 0 0.04 0.19
HSL 177.13º 0.68% 0.48% -
HSV(B) 177.13º 0.81% 0.81% -
XYZ 33.1 48.65 61.07 -
YUV 155.16 152.17 45.15 -
System Red Green Blue C M Y K H S L
Decimal 39 206 198 0.81 0 0.04 0.19 177.13 0.68 0.48
Hex 27 CE C6 51 0 4 13 B1 44 30
Octal 47 316 306 121 0 4 23 261 104 60
Binary 100111 11001110 11000110 1010001 0 100 10011 10110001 1000100 110000

Color Harmonies of #27CEC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #27CEC6

Black with #27CEC6

Text Example


Text Example

White with #27CEC6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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