Html Css Color HEX #36D8CB Turquoise

📋 copy color: '#36D8CB'

red 54 ◦ green 216 ◦ blue 203

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

Shades of Turquoise #36D8CB

Tints of Turquoise #36D8CB

RGB

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

 GREEN value IS 216 (84.77% from 255) = 45.67%

 BLUE value IS 203 (79.69% from 255) = 42.92%

R = 11.42%
G = 45.67%
B = 42.92%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.06

 K value IS 0.15

RGB Variations

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

Color information

#36D8CB (or 0x36D8CB) is known color: Turquoise. HEX triplet: 36, D8 and CB. RGB value is (54,216,203). Sum of RGB (Red+Green+Blue) = 54+216+203=473 (62% of max value = 765). Red value is 54 (21.48% from 255 or 11.42% from 473); Green value is 216 (84.77% from 255 or 45.67% from 473); Blue value is 203 (79.69% from 255 or 42.92% from 473); Max value from RGB is 216 - color contains mainly: green. Hex color #36D8CB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #36D8CB is #C92734. Grayscale: #A5A5A5. Windows color (decimal): -13182773 or 13359158. OLE color: 13359158.

HSL color Cylindrical-coordinate representation of color #36D8CB: hue angle of 175.19º degrees, saturation: 0.68, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #36D8CB is Cyan = 0.75, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.15.

Color convert

RGB 54 216 203 -
CMYK 0.75 0 0.06 0.15
HSL 175.19º 0.68% 0.53% -
HSV(B) 175.19º 0.75% 0.85% -
XYZ 36.86 54.21 65.02 -
YUV 166.08 148.83 48.06 -
System Red Green Blue C M Y K H S L
Decimal 54 216 203 0.75 0 0.06 0.15 175.19 0.68 0.53
Hex 36 D8 CB 4B 0 6 F AF 44 35
Octal 66 330 313 113 0 6 17 257 104 65
Binary 110110 11011000 11001011 1001011 0 110 1111 10101111 1000100 110101

Color Harmonies of #36D8CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36D8CB

Black with #36D8CB

Text Example


Text Example

White with #36D8CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(54,216,203); }

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

background-color css

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

 a { background-color: rgb(54,216,203); }

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

border-color css

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

 span { border-color: rgb(54,216,203); }

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