Html Css Color HEX #36CCD0 Medium Turquoise

📋 copy color: '#36CCD0'

red 54 ◦ green 204 ◦ blue 208

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

Shades of Medium Turquoise #36CCD0

Tints of Medium Turquoise #36CCD0

RGB

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

 GREEN value IS 204 (80.08% from 255) = 43.78%

 BLUE value IS 208 (81.64% from 255) = 44.64%

R = 11.59%
G = 43.78%
B = 44.64%

CMYK

 C value IS 0.74

 M value IS 0.02

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#36CCD0 (or 0x36CCD0) is known color: Medium Turquoise. HEX triplet: 36, CC and D0. RGB value is (54,204,208). Sum of RGB (Red+Green+Blue) = 54+204+208=466 (61% of max value = 765). Red value is 54 (21.48% from 255 or 11.59% from 466); Green value is 204 (80.08% from 255 or 43.78% from 466); Blue value is 208 (81.64% from 255 or 44.64% from 466); Max value from RGB is 208 - color contains mainly: blue. Hex color #36CCD0 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #36CCD0 is #C9332F. Grayscale: #9F9F9F. Windows color (decimal): -13185840 or 13683766. OLE color: 13683766.

HSL color Cylindrical-coordinate representation of color #36CCD0: hue angle of 181.56º degrees, saturation: 0.62, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #36CCD0 is Cyan = 0.74, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 54 204 208 -
CMYK 0.74 0.02 0 0.18
HSL 181.56º 0.62% 0.51% -
HSV(B) 181.56º 0.74% 0.82% -
XYZ 34.5 48.52 67.22 -
YUV 159.61 155.31 52.67 -
System Red Green Blue C M Y K H S L
Decimal 54 204 208 0.74 0.02 0 0.18 181.56 0.62 0.51
Hex 36 CC D0 4A 2 0 12 B6 3E 33
Octal 66 314 320 112 2 0 22 266 76 63
Binary 110110 11001100 11010000 1001010 10 0 10010 10110110 111110 110011

Color Harmonies of #36CCD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36CCD0

Black with #36CCD0

Text Example


Text Example

White with #36CCD0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(54,204,208); }

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

background-color css

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

 a { background-color: rgb(54,204,208); }

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

border-color css

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

 span { border-color: rgb(54,204,208); }

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