Html Css Color HEX #27EECE Turquoise

📋 copy color: '#27EECE'

red 39 ◦ green 238 ◦ blue 206

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

Shades of Turquoise #27EECE

Tints of Turquoise #27EECE

RGB

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

 GREEN value IS 238 (93.36% from 255) = 49.28%

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

R = 8.07%
G = 49.28%
B = 42.65%

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

#27EECE (or 0x27EECE) is known color: Turquoise. HEX triplet: 27, EE and CE. RGB value is (39,238,206). Sum of RGB (Red+Green+Blue) = 39+238+206=483 (63% of max value = 765). Red value is 39 (15.62% from 255 or 8.07% from 483); Green value is 238 (93.36% from 255 or 49.28% from 483); Blue value is 206 (80.86% from 255 or 42.65% from 483); Max value from RGB is 238 - color contains mainly: green. Hex color #27EECE is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #27EECE is #D81131. Grayscale: #AEAEAE. Windows color (decimal): -14160178 or 13561383. OLE color: 13561383.

HSL color Cylindrical-coordinate representation of color #27EECE: hue angle of 170.35º 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 #27EECE is Cyan = 0.84, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.07.

Color convert

RGB 39 238 206 -
CMYK 0.84 0 0.13 0.07
HSL 170.35º 0.85% 0.54% -
HSV(B) 170.35º 0.84% 0.93% -
XYZ 42.55 66.04 68.9 -
YUV 174.85 145.57 31.1 -
System Red Green Blue C M Y K H S L
Decimal 39 238 206 0.84 0 0.13 0.07 170.35 0.85 0.54
Hex 27 EE CE 54 0 D 7 AA 55 36
Octal 47 356 316 124 0 15 7 252 125 66
Binary 100111 11101110 11001110 1010100 0 1101 111 10101010 1010101 110110

Color Harmonies of #27EECE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #27EECE

Black with #27EECE

Text Example


Text Example

White with #27EECE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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