Html Css Color HEX #36DBDB Turquoise

📋 copy color: '#36DBDB'

red 54 ◦ green 219 ◦ blue 219

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

Shades of Turquoise #36DBDB

Tints of Turquoise #36DBDB

RGB

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

 GREEN value IS 219 (85.94% from 255) = 44.51%

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

R = 10.98%
G = 44.51%
B = 44.51%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#36DBDB (or 0x36DBDB) is known color: Turquoise. HEX triplet: 36, DB and DB. RGB value is (54,219,219). Sum of RGB (Red+Green+Blue) = 54+219+219=492 (65% of max value = 765). Red value is 54 (21.48% from 255 or 10.98% from 492); Green value is 219 (85.94% from 255 or 44.51% from 492); Blue value is 219 (85.94% from 255 or 44.51% from 492); Max value from RGB is 219 - color contains mainly: green, blue. Hex color #36DBDB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #36DBDB is #C92424. Grayscale: #A9A9A9. Windows color (decimal): -13181989 or 14408502. OLE color: 14408502.

HSL color Cylindrical-coordinate representation of color #36DBDB: hue angle of 180º degrees, saturation: 0.7, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #36DBDB is Cyan = 0.75, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 54 219 219 -
CMYK 0.75 0 0 0.14
HSL 180º 0.7% 0.54% -
HSV(B) 180º 0.75% 0.86% -
XYZ 39.64 56.56 75.85 -
YUV 169.67 155.84 45.5 -
System Red Green Blue C M Y K H S L
Decimal 54 219 219 0.75 0 0 0.14 180 0.7 0.54
Hex 36 DB DB 4B 0 0 E B4 46 36
Octal 66 333 333 113 0 0 16 264 106 66
Binary 110110 11011011 11011011 1001011 0 0 1110 10110100 1000110 110110

Color Harmonies of #36DBDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36DBDB

Black with #36DBDB

Text Example


Text Example

White with #36DBDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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