Html Css Color HEX #36DEDB Turquoise

📋 copy color: '#36DEDB'

red 54 ◦ green 222 ◦ blue 219

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

Shades of Turquoise #36DEDB

Tints of Turquoise #36DEDB

RGB

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

 GREEN value IS 222 (87.11% from 255) = 44.85%

 BLUE value IS 219 (85.94% from 255) = 44.24%

R = 10.91%
G = 44.85%
B = 44.24%

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

#36DEDB (or 0x36DEDB) is known color: Turquoise. HEX triplet: 36, DE and DB. RGB value is (54,222,219). Sum of RGB (Red+Green+Blue) = 54+222+219=495 (65% of max value = 765). Red value is 54 (21.48% from 255 or 10.91% from 495); Green value is 222 (87.11% from 255 or 44.85% from 495); Blue value is 219 (85.94% from 255 or 44.24% from 495); Max value from RGB is 222 - color contains mainly: green. Hex color #36DEDB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #36DEDB is #C92124. Grayscale: #ABABAB. Windows color (decimal): -13181221 or 14409270. OLE color: 14409270.

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

Color convert

RGB 54 222 219 -
CMYK 0.76 0 0.01 0.13
HSL 178.93º 0.72% 0.54% -
HSV(B) 178.93º 0.76% 0.87% -
XYZ 40.43 58.14 76.11 -
YUV 171.43 154.84 44.24 -
System Red Green Blue C M Y K H S L
Decimal 54 222 219 0.76 0 0.01 0.13 178.93 0.72 0.54
Hex 36 DE DB 4C 0 1 D B3 48 36
Octal 66 336 333 114 0 1 15 263 110 66
Binary 110110 11011110 11011011 1001100 0 1 1101 10110011 1001000 110110

Color Harmonies of #36DEDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36DEDB

Black with #36DEDB

Text Example


Text Example

White with #36DEDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(54,222,219); }

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

background-color css

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

 a { background-color: rgb(54,222,219); }

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

border-color css

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

 span { border-color: rgb(54,222,219); }

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