Html Css Color HEX #27ECD6 Turquoise

📋 copy color: '#27ECD6'

red 39 ◦ green 236 ◦ blue 214

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

Shades of Turquoise #27ECD6

Tints of Turquoise #27ECD6

RGB

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

 GREEN value IS 236 (92.58% from 255) = 48.26%

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

R = 7.98%
G = 48.26%
B = 43.76%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.09

 K value IS 0.07

RGB Variations

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

Color information

#27ECD6 (or 0x27ECD6) is known color: Turquoise. HEX triplet: 27, EC and D6. RGB value is (39,236,214). Sum of RGB (Red+Green+Blue) = 39+236+214=489 (64% of max value = 765). Red value is 39 (15.62% from 255 or 7.98% from 489); Green value is 236 (92.58% from 255 or 48.26% from 489); Blue value is 214 (83.98% from 255 or 43.76% from 489); Max value from RGB is 236 - color contains mainly: green. Hex color #27ECD6 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #27ECD6 is #D81329. Grayscale: #AEAEAE. Windows color (decimal): -14160682 or 14085159. OLE color: 14085159.

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

Color convert

RGB 39 236 214 -
CMYK 0.83 0 0.09 0.07
HSL 173.3º 0.84% 0.54% -
HSV(B) 173.3º 0.83% 0.93% -
XYZ 42.97 65.28 73.95 -
YUV 174.59 150.23 31.29 -
System Red Green Blue C M Y K H S L
Decimal 39 236 214 0.83 0 0.09 0.07 173.3 0.84 0.54
Hex 27 EC D6 53 0 9 7 AD 54 36
Octal 47 354 326 123 0 11 7 255 124 66
Binary 100111 11101100 11010110 1010011 0 1001 111 10101101 1010100 110110

Color Harmonies of #27ECD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #27ECD6

Black with #27ECD6

Text Example


Text Example

White with #27ECD6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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