Html Css Color HEX #36DCDD Turquoise

📋 copy color: '#36DCDD'

red 54 ◦ green 220 ◦ blue 221

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

Shades of Turquoise #36DCDD

Tints of Turquoise #36DCDD

RGB

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

 GREEN value IS 220 (86.33% from 255) = 44.44%

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

R = 10.91%
G = 44.44%
B = 44.65%

CMYK

 C value IS 0.76

 M value IS 0.00

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#36DCDD (or 0x36DCDD) is known color: Turquoise. HEX triplet: 36, DC and DD. RGB value is (54,220,221). Sum of RGB (Red+Green+Blue) = 54+220+221=495 (65% of max value = 765). Red value is 54 (21.48% from 255 or 10.91% from 495); Green value is 220 (86.33% from 255 or 44.44% from 495); Blue value is 221 (86.72% from 255 or 44.65% from 495); Max value from RGB is 221 - color contains mainly: blue. Hex color #36DCDD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #36DCDD is #C92322. Grayscale: #AAAAAA. Windows color (decimal): -13181731 or 14539830. OLE color: 14539830.

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

Color convert

RGB 54 220 221 -
CMYK 0.76 0.00 0 0.13
HSL 180.36º 0.71% 0.54% -
HSV(B) 180.36º 0.76% 0.87% -
XYZ 40.17 57.19 77.33 -
YUV 170.48 156.5 44.92 -
System Red Green Blue C M Y K H S L
Decimal 54 220 221 0.76 0.00 0 0.13 180.36 0.71 0.54
Hex 36 DC DD 4C 0 0 D B4 47 36
Octal 66 334 335 114 0 0 15 264 107 66
Binary 110110 11011100 11011101 1001100 0 0 1101 10110100 1000111 110110

Color Harmonies of #36DCDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36DCDD

Black with #36DCDD

Text Example


Text Example

White with #36DCDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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