Html Css Color HEX #36D3DB Turquoise

📋 copy color: '#36D3DB'

red 54 ◦ green 211 ◦ blue 219

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

Shades of Turquoise #36D3DB

Tints of Turquoise #36D3DB

RGB

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

 GREEN value IS 211 (82.81% from 255) = 43.6%

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

R = 11.16%
G = 43.6%
B = 45.25%

CMYK

 C value IS 0.75

 M value IS 0.04

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#36D3DB (or 0x36D3DB) is known color: Turquoise. HEX triplet: 36, D3 and DB. RGB value is (54,211,219). Sum of RGB (Red+Green+Blue) = 54+211+219=484 (64% of max value = 765). Red value is 54 (21.48% from 255 or 11.16% from 484); Green value is 211 (82.81% from 255 or 43.60% from 484); Blue value is 219 (85.94% from 255 or 45.25% from 484); Max value from RGB is 219 - color contains mainly: blue. Hex color #36D3DB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #36D3DB is #C92C24. Grayscale: #A4A4A4. Windows color (decimal): -13184037 or 14406454. OLE color: 14406454.

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

Color convert

RGB 54 211 219 -
CMYK 0.75 0.04 0 0.14
HSL 182.91º 0.7% 0.54% -
HSV(B) 182.91º 0.75% 0.86% -
XYZ 37.6 52.49 75.17 -
YUV 164.97 158.49 48.85 -
System Red Green Blue C M Y K H S L
Decimal 54 211 219 0.75 0.04 0 0.14 182.91 0.7 0.54
Hex 36 D3 DB 4B 4 0 E B7 46 36
Octal 66 323 333 113 4 0 16 267 106 66
Binary 110110 11010011 11011011 1001011 100 0 1110 10110111 1000110 110110

Color Harmonies of #36D3DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36D3DB

Black with #36D3DB

Text Example


Text Example

White with #36D3DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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