Html Css Color HEX #36DEDD Turquoise

📋 copy color: '#36DEDD'

red 54 ◦ green 222 ◦ blue 221

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

Shades of Turquoise #36DEDD

Tints of Turquoise #36DEDD

RGB

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

 GREEN value IS 222 (87.11% from 255) = 44.67%

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

R = 10.87%
G = 44.67%
B = 44.47%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.00

 K value IS 0.13

RGB Variations

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

Color information

#36DEDD (or 0x36DEDD) is known color: Turquoise. HEX triplet: 36, DE and DD. RGB value is (54,222,221). Sum of RGB (Red+Green+Blue) = 54+222+221=497 (65% of max value = 765). Red value is 54 (21.48% from 255 or 10.87% from 497); Green value is 222 (87.11% from 255 or 44.67% from 497); Blue value is 221 (86.72% from 255 or 44.47% from 497); Max value from RGB is 222 - color contains mainly: green. Hex color #36DEDD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #36DEDD is #C92122. Grayscale: #ABABAB. Windows color (decimal): -13181219 or 14540342. OLE color: 14540342.

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

Color convert

RGB 54 222 221 -
CMYK 0.76 0 0.00 0.13
HSL 179.64º 0.72% 0.54% -
HSV(B) 179.64º 0.76% 0.87% -
XYZ 40.69 58.25 77.5 -
YUV 171.65 155.84 44.08 -
System Red Green Blue C M Y K H S L
Decimal 54 222 221 0.76 0 0.00 0.13 179.64 0.72 0.54
Hex 36 DE DD 4C 0 0 D B4 48 36
Octal 66 336 335 114 0 0 15 264 110 66
Binary 110110 11011110 11011101 1001100 0 0 1101 10110100 1001000 110110

Color Harmonies of #36DEDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36DEDD

Black with #36DEDD

Text Example


Text Example

White with #36DEDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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