Html Css Color HEX #36DADD Turquoise

📋 copy color: '#36DADD'

red 54 ◦ green 218 ◦ blue 221

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

Shades of Turquoise #36DADD

Tints of Turquoise #36DADD

RGB

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

 GREEN value IS 218 (85.55% from 255) = 44.22%

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

R = 10.95%
G = 44.22%
B = 44.83%

CMYK

 C value IS 0.76

 M value IS 0.01

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#36DADD (or 0x36DADD) is known color: Turquoise. HEX triplet: 36, DA and DD. RGB value is (54,218,221). Sum of RGB (Red+Green+Blue) = 54+218+221=493 (65% of max value = 765). Red value is 54 (21.48% from 255 or 10.95% from 493); Green value is 218 (85.55% from 255 or 44.22% from 493); Blue value is 221 (86.72% from 255 or 44.83% from 493); Max value from RGB is 221 - color contains mainly: blue. Hex color #36DADD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #36DADD is #C92522. Grayscale: #A9A9A9. Windows color (decimal): -13182243 or 14539318. OLE color: 14539318.

HSL color Cylindrical-coordinate representation of color #36DADD: hue angle of 181.08º 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 #36DADD is Cyan = 0.76, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 54 218 221 -
CMYK 0.76 0.01 0 0.13
HSL 181.08º 0.71% 0.54% -
HSV(B) 181.08º 0.76% 0.87% -
XYZ 39.64 56.15 77.15 -
YUV 169.31 157.17 45.76 -
System Red Green Blue C M Y K H S L
Decimal 54 218 221 0.76 0.01 0 0.13 181.08 0.71 0.54
Hex 36 DA DD 4C 1 0 D B5 47 36
Octal 66 332 335 114 1 0 15 265 107 66
Binary 110110 11011010 11011101 1001100 1 0 1101 10110101 1000111 110110

Color Harmonies of #36DADD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36DADD

Black with #36DADD

Text Example


Text Example

White with #36DADD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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