Html Css Color HEX #36DCDF Turquoise

📋 copy color: '#36DCDF'

red 54 ◦ green 220 ◦ blue 223

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

Shades of Turquoise #36DCDF

Tints of Turquoise #36DCDF

RGB

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

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

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

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

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

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

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

Color convert

RGB 54 220 223 -
CMYK 0.76 0.01 0 0.13
HSL 181.07º 0.73% 0.54% -
HSV(B) 181.07º 0.76% 0.87% -
XYZ 40.43 57.3 78.74 -
YUV 170.71 157.5 44.76 -
System Red Green Blue C M Y K H S L
Decimal 54 220 223 0.76 0.01 0 0.13 181.07 0.73 0.54
Hex 36 DC DF 4C 1 0 D B5 49 36
Octal 66 334 337 114 1 0 15 265 111 66
Binary 110110 11011100 11011111 1001100 1 0 1101 10110101 1001001 110110

Color Harmonies of #36DCDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36DCDF

Black with #36DCDF

Text Example


Text Example

White with #36DCDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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