Html Css Color HEX #27DDD0 Turquoise

📋 copy color: '#27DDD0'

red 39 ◦ green 221 ◦ blue 208

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

Shades of Turquoise #27DDD0

Tints of Turquoise #27DDD0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 44.44%

R = 8.33%
G = 47.22%
B = 44.44%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.06

 K value IS 0.13

RGB Variations

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

Color information

#27DDD0 (or 0x27DDD0) is known color: Turquoise. HEX triplet: 27, DD and D0. RGB value is (39,221,208). Sum of RGB (Red+Green+Blue) = 39+221+208=468 (61% of max value = 765). Red value is 39 (15.62% from 255 or 8.33% from 468); Green value is 221 (86.72% from 255 or 47.22% from 468); Blue value is 208 (81.64% from 255 or 44.44% from 468); Max value from RGB is 221 - color contains mainly: green. Hex color #27DDD0 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #27DDD0 is #D8222F. Grayscale: #A4A4A4. Windows color (decimal): -14164528 or 13688103. OLE color: 13688103.

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

Color convert

RGB 39 221 208 -
CMYK 0.82 0 0.06 0.13
HSL 175.71º 0.73% 0.51% -
HSV(B) 175.71º 0.82% 0.87% -
XYZ 38.08 56.7 68.61 -
YUV 165.1 152.2 38.06 -
System Red Green Blue C M Y K H S L
Decimal 39 221 208 0.82 0 0.06 0.13 175.71 0.73 0.51
Hex 27 DD D0 52 0 6 D B0 49 33
Octal 47 335 320 122 0 6 15 260 111 63
Binary 100111 11011101 11010000 1010010 0 110 1101 10110000 1001001 110011

Color Harmonies of #27DDD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #27DDD0

Black with #27DDD0

Text Example


Text Example

White with #27DDD0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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