Html Css Color HEX #27EDCE Turquoise

📋 copy color: '#27EDCE'

red 39 ◦ green 237 ◦ blue 206

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

Shades of Turquoise #27EDCE

Tints of Turquoise #27EDCE

RGB

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

 GREEN value IS 237 (92.97% from 255) = 49.17%

 BLUE value IS 206 (80.86% from 255) = 42.74%

R = 8.09%
G = 49.17%
B = 42.74%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.13

 K value IS 0.07

RGB Variations

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

Color information

#27EDCE (or 0x27EDCE) is known color: Turquoise. HEX triplet: 27, ED and CE. RGB value is (39,237,206). Sum of RGB (Red+Green+Blue) = 39+237+206=482 (63% of max value = 765). Red value is 39 (15.62% from 255 or 8.09% from 482); Green value is 237 (92.97% from 255 or 49.17% from 482); Blue value is 206 (80.86% from 255 or 42.74% from 482); Max value from RGB is 237 - color contains mainly: green. Hex color #27EDCE is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #27EDCE is #D81231. Grayscale: #AEAEAE. Windows color (decimal): -14160434 or 13561127. OLE color: 13561127.

HSL color Cylindrical-coordinate representation of color #27EDCE: hue angle of 170.61º degrees, saturation: 0.85, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #27EDCE is Cyan = 0.84, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.07.

Color convert

RGB 39 237 206 -
CMYK 0.84 0 0.13 0.07
HSL 170.61º 0.85% 0.54% -
HSV(B) 170.61º 0.84% 0.93% -
XYZ 42.26 65.46 68.8 -
YUV 174.26 145.9 31.52 -
System Red Green Blue C M Y K H S L
Decimal 39 237 206 0.84 0 0.13 0.07 170.61 0.85 0.54
Hex 27 ED CE 54 0 D 7 AB 55 36
Octal 47 355 316 124 0 15 7 253 125 66
Binary 100111 11101101 11001110 1010100 0 1101 111 10101011 1010101 110110

Color Harmonies of #27EDCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #27EDCE

Black with #27EDCE

Text Example


Text Example

White with #27EDCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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