Html Css Color HEX #27DDB9 Turquoise

📋 copy color: '#27DDB9'

red 39 ◦ green 221 ◦ blue 185

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

Shades of Turquoise #27DDB9

Tints of Turquoise #27DDB9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 41.57%

R = 8.76%
G = 49.66%
B = 41.57%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.16

 K value IS 0.13

RGB Variations

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

Color information

#27DDB9 (or 0x27DDB9) is known color: Turquoise. HEX triplet: 27, DD and B9. RGB value is (39,221,185). Sum of RGB (Red+Green+Blue) = 39+221+185=445 (58% of max value = 765). Red value is 39 (15.62% from 255 or 8.76% from 445); Green value is 221 (86.72% from 255 or 49.66% from 445); Blue value is 185 (72.66% from 255 or 41.57% from 445); Max value from RGB is 221 - color contains mainly: green. Hex color #27DDB9 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #27DDB9 is #D82246. Grayscale: #A2A2A2. Windows color (decimal): -14164551 or 12180775. OLE color: 12180775.

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

Color convert

RGB 39 221 185 -
CMYK 0.82 0 0.16 0.13
HSL 168.13º 0.73% 0.51% -
HSV(B) 168.13º 0.82% 0.87% -
XYZ 35.45 55.65 54.77 -
YUV 162.48 140.7 39.93 -
System Red Green Blue C M Y K H S L
Decimal 39 221 185 0.82 0 0.16 0.13 168.13 0.73 0.51
Hex 27 DD B9 52 0 10 D A8 49 33
Octal 47 335 271 122 0 20 15 250 111 63
Binary 100111 11011101 10111001 1010010 0 10000 1101 10101000 1001001 110011

Color Harmonies of #27DDB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #27DDB9

Black with #27DDB9

Text Example


Text Example

White with #27DDB9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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