Html Css Color HEX #27DDCE Turquoise

📋 copy color: '#27DDCE'

red 39 ◦ green 221 ◦ blue 206

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

Shades of Turquoise #27DDCE

Tints of Turquoise #27DDCE

RGB

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

 GREEN value IS 221 (86.72% from 255) = 47.42%

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

R = 8.37%
G = 47.42%
B = 44.21%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.07

 K value IS 0.13

RGB Variations

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

Color information

#27DDCE (or 0x27DDCE) is known color: Turquoise. HEX triplet: 27, DD and CE. RGB value is (39,221,206). Sum of RGB (Red+Green+Blue) = 39+221+206=466 (61% of max value = 765). Red value is 39 (15.62% from 255 or 8.37% from 466); Green value is 221 (86.72% from 255 or 47.42% from 466); Blue value is 206 (80.86% from 255 or 44.21% from 466); Max value from RGB is 221 - color contains mainly: green. Hex color #27DDCE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #27DDCE is #D82231. Grayscale: #A4A4A4. Windows color (decimal): -14164530 or 13557031. OLE color: 13557031.

HSL color Cylindrical-coordinate representation of color #27DDCE: hue angle of 175.05º degrees, saturation: 0.73, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #27DDCE is Cyan = 0.82, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.13.

Color convert

RGB 39 221 206 -
CMYK 0.82 0 0.07 0.13
HSL 175.05º 0.73% 0.51% -
HSV(B) 175.05º 0.82% 0.87% -
XYZ 37.83 56.6 67.32 -
YUV 164.87 151.2 38.22 -
System Red Green Blue C M Y K H S L
Decimal 39 221 206 0.82 0 0.07 0.13 175.05 0.73 0.51
Hex 27 DD CE 52 0 7 D AF 49 33
Octal 47 335 316 122 0 7 15 257 111 63
Binary 100111 11011101 11001110 1010010 0 111 1101 10101111 1001001 110011

Color Harmonies of #27DDCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #27DDCE

Black with #27DDCE

Text Example


Text Example

White with #27DDCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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