Html Css Color HEX #36DDD3 Turquoise

📋 copy color: '#36DDD3'

red 54 ◦ green 221 ◦ blue 211

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

Shades of Turquoise #36DDD3

Tints of Turquoise #36DDD3

RGB

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

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

 BLUE value IS 211 (82.81% from 255) = 43.42%

R = 11.11%
G = 45.47%
B = 43.42%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.05

 K value IS 0.13

RGB Variations

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

Color information

#36DDD3 (or 0x36DDD3) is known color: Turquoise. HEX triplet: 36, DD and D3. RGB value is (54,221,211). Sum of RGB (Red+Green+Blue) = 54+221+211=486 (64% of max value = 765). Red value is 54 (21.48% from 255 or 11.11% from 486); Green value is 221 (86.72% from 255 or 45.47% from 486); Blue value is 211 (82.81% from 255 or 43.42% from 486); Max value from RGB is 221 - color contains mainly: green. Hex color #36DDD3 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #36DDD3 is #C9222C. Grayscale: #A9A9A9. Windows color (decimal): -13181485 or 13884726. OLE color: 13884726.

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

Color convert

RGB 54 221 211 -
CMYK 0.76 0 0.05 0.13
HSL 176.41º 0.71% 0.54% -
HSV(B) 176.41º 0.76% 0.87% -
XYZ 39.14 57.2 70.61 -
YUV 169.93 151.17 45.31 -
System Red Green Blue C M Y K H S L
Decimal 54 221 211 0.76 0 0.05 0.13 176.41 0.71 0.54
Hex 36 DD D3 4C 0 5 D B0 47 36
Octal 66 335 323 114 0 5 15 260 107 66
Binary 110110 11011101 11010011 1001100 0 101 1101 10110000 1000111 110110

Color Harmonies of #36DDD3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36DDD3

Black with #36DDD3

Text Example


Text Example

White with #36DDD3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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