Html Css Color HEX #36CBDD Medium Turquoise

📋 copy color: '#36CBDD'

red 54 ◦ green 203 ◦ blue 221

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

Shades of Medium Turquoise #36CBDD

Tints of Medium Turquoise #36CBDD

RGB

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

 GREEN value IS 203 (79.69% from 255) = 42.47%

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

R = 11.3%
G = 42.47%
B = 46.23%

CMYK

 C value IS 0.76

 M value IS 0.08

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#36CBDD (or 0x36CBDD) is known color: Medium Turquoise. HEX triplet: 36, CB and DD. RGB value is (54,203,221). Sum of RGB (Red+Green+Blue) = 54+203+221=478 (63% of max value = 765). Red value is 54 (21.48% from 255 or 11.30% from 478); Green value is 203 (79.69% from 255 or 42.47% from 478); Blue value is 221 (86.72% from 255 or 46.23% from 478); Max value from RGB is 221 - color contains mainly: blue. Hex color #36CBDD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #36CBDD is #C93422. Grayscale: #A0A0A0. Windows color (decimal): -13186083 or 14535478. OLE color: 14535478.

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

Color convert

RGB 54 203 221 -
CMYK 0.76 0.08 0 0.13
HSL 186.47º 0.71% 0.54% -
HSV(B) 186.47º 0.76% 0.87% -
XYZ 35.93 48.72 75.92 -
YUV 160.5 162.14 52.04 -
System Red Green Blue C M Y K H S L
Decimal 54 203 221 0.76 0.08 0 0.13 186.47 0.71 0.54
Hex 36 CB DD 4C 8 0 D BA 47 36
Octal 66 313 335 114 10 0 15 272 107 66
Binary 110110 11001011 11011101 1001100 1000 0 1101 10111010 1000111 110110

Color Harmonies of #36CBDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36CBDD

Black with #36CBDD

Text Example


Text Example

White with #36CBDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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