Html Css Color HEX #36DFDC Turquoise

📋 copy color: '#36DFDC'

red 54 ◦ green 223 ◦ blue 220

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

Shades of Turquoise #36DFDC

Tints of Turquoise #36DFDC

RGB

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

 GREEN value IS 223 (87.5% from 255) = 44.87%

 BLUE value IS 220 (86.33% from 255) = 44.27%

R = 10.87%
G = 44.87%
B = 44.27%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.01

 K value IS 0.13

RGB Variations

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

Color information

#36DFDC (or 0x36DFDC) is known color: Turquoise. HEX triplet: 36, DF and DC. RGB value is (54,223,220). Sum of RGB (Red+Green+Blue) = 54+223+220=497 (65% of max value = 765). Red value is 54 (21.48% from 255 or 10.87% from 497); Green value is 223 (87.5% from 255 or 44.87% from 497); Blue value is 220 (86.33% from 255 or 44.27% from 497); Max value from RGB is 223 - color contains mainly: green. Hex color #36DFDC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #36DFDC is #C92023. Grayscale: #ABABAB. Windows color (decimal): -13180964 or 14475062. OLE color: 14475062.

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

Color convert

RGB 54 223 220 -
CMYK 0.76 0 0.01 0.13
HSL 178.93º 0.73% 0.54% -
HSV(B) 178.93º 0.76% 0.87% -
XYZ 40.83 58.73 76.89 -
YUV 172.13 155.01 43.74 -
System Red Green Blue C M Y K H S L
Decimal 54 223 220 0.76 0 0.01 0.13 178.93 0.73 0.54
Hex 36 DF DC 4C 0 1 D B3 49 36
Octal 66 337 334 114 0 1 15 263 111 66
Binary 110110 11011111 11011100 1001100 0 1 1101 10110011 1001001 110110

Color Harmonies of #36DFDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36DFDC

Black with #36DFDC

Text Example


Text Example

White with #36DFDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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