Html Css Color HEX #36D5DB Turquoise

📋 copy color: '#36D5DB'

red 54 ◦ green 213 ◦ blue 219

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

Shades of Turquoise #36D5DB

Tints of Turquoise #36D5DB

RGB

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

 GREEN value IS 213 (83.59% from 255) = 43.83%

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

R = 11.11%
G = 43.83%
B = 45.06%

CMYK

 C value IS 0.75

 M value IS 0.03

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#36D5DB (or 0x36D5DB) is known color: Turquoise. HEX triplet: 36, D5 and DB. RGB value is (54,213,219). Sum of RGB (Red+Green+Blue) = 54+213+219=486 (64% of max value = 765). Red value is 54 (21.48% from 255 or 11.11% from 486); Green value is 213 (83.59% from 255 or 43.83% from 486); Blue value is 219 (85.94% from 255 or 45.06% from 486); Max value from RGB is 219 - color contains mainly: blue. Hex color #36D5DB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #36D5DB is #C92A24. Grayscale: #A5A5A5. Windows color (decimal): -13183525 or 14406966. OLE color: 14406966.

HSL color Cylindrical-coordinate representation of color #36D5DB: hue angle of 182.18º 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 #36D5DB is Cyan = 0.75, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 54 213 219 -
CMYK 0.75 0.03 0 0.14
HSL 182.18º 0.7% 0.54% -
HSV(B) 182.18º 0.75% 0.86% -
XYZ 38.1 53.49 75.33 -
YUV 166.14 157.82 48.01 -
System Red Green Blue C M Y K H S L
Decimal 54 213 219 0.75 0.03 0 0.14 182.18 0.7 0.54
Hex 36 D5 DB 4B 3 0 E B6 46 36
Octal 66 325 333 113 3 0 16 266 106 66
Binary 110110 11010101 11011011 1001011 11 0 1110 10110110 1000110 110110

Color Harmonies of #36D5DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36D5DB

Black with #36D5DB

Text Example


Text Example

White with #36D5DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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