Html Css Color HEX #36D9DD Turquoise

📋 copy color: '#36D9DD'

red 54 ◦ green 217 ◦ blue 221

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

Shades of Turquoise #36D9DD

Tints of Turquoise #36D9DD

RGB

 RED value IS 54 (21.48% from 255) = 10.98%

 GREEN value IS 217 (85.16% from 255) = 44.11%

 BLUE value IS 221 (86.72% from 255) = 44.92%

R = 10.98%
G = 44.11%
B = 44.92%

CMYK

 C value IS 0.76

 M value IS 0.02

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#36D9DD (or 0x36D9DD) is known color: Turquoise. HEX triplet: 36, D9 and DD. RGB value is (54,217,221). Sum of RGB (Red+Green+Blue) = 54+217+221=492 (65% of max value = 765). Red value is 54 (21.48% from 255 or 10.98% from 492); Green value is 217 (85.16% from 255 or 44.11% from 492); Blue value is 221 (86.72% from 255 or 44.92% from 492); Max value from RGB is 221 - color contains mainly: blue. Hex color #36D9DD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #36D9DD is #C92622. Grayscale: #A8A8A8. Windows color (decimal): -13182499 or 14539062. OLE color: 14539062.

HSL color Cylindrical-coordinate representation of color #36D9DD: hue angle of 181.44º degrees, saturation: 0.71, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #36D9DD is Cyan = 0.76, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 54 217 221 -
CMYK 0.76 0.02 0 0.13
HSL 181.44º 0.71% 0.54% -
HSV(B) 181.44º 0.76% 0.87% -
XYZ 39.39 55.63 77.07 -
YUV 168.72 157.5 46.17 -
System Red Green Blue C M Y K H S L
Decimal 54 217 221 0.76 0.02 0 0.13 181.44 0.71 0.54
Hex 36 D9 DD 4C 2 0 D B5 47 36
Octal 66 331 335 114 2 0 15 265 107 66
Binary 110110 11011001 11011101 1001100 10 0 1101 10110101 1000111 110110

Color Harmonies of #36D9DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36D9DD

Black with #36D9DD

Text Example


Text Example

White with #36D9DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #36D9DD; }

 p { color: rgb(54,217,221); }

 H1.HeaderClassName
 {
   color: #36D9DD;
 }
 .AnyTagClassName
 {
   color: #36D9DD;
 }
</style>

background-color css

<style>
 a { background-color: #36D9DD; }

 a { background-color: rgb(54,217,221); }

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

border-color css

<style>
 span { border-color: #36D9DD; }

 span { border-color: rgb(54,217,221); }

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