Html Css Color HEX #36F9DB Turquoise

📋 copy color: '#36F9DB'

red 54 ◦ green 249 ◦ blue 219

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

Shades of Turquoise #36F9DB

Tints of Turquoise #36F9DB

RGB

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

 GREEN value IS 249 (97.66% from 255) = 47.7%

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

R = 10.34%
G = 47.7%
B = 41.95%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.12

 K value IS 0.02

RGB Variations

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

Color information

#36F9DB (or 0x36F9DB) is known color: Turquoise. HEX triplet: 36, F9 and DB. RGB value is (54,249,219). Sum of RGB (Red+Green+Blue) = 54+249+219=522 (69% of max value = 765). Red value is 54 (21.48% from 255 or 10.34% from 522); Green value is 249 (97.66% from 255 or 47.70% from 522); Blue value is 219 (85.94% from 255 or 41.95% from 522); Max value from RGB is 249 - color contains mainly: green. Hex color #36F9DB is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #36F9DB is #C90624. Grayscale: #BBBBBB. Windows color (decimal): -13174309 or 14416182. OLE color: 14416182.

HSL color Cylindrical-coordinate representation of color #36F9DB: hue angle of 170.77º degrees, saturation: 0.94, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #36F9DB is Cyan = 0.78, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.02.

Color convert

RGB 54 249 219 -
CMYK 0.78 0 0.12 0.02
HSL 170.77º 0.94% 0.59% -
HSV(B) 170.77º 0.78% 0.98% -
XYZ 48.18 73.65 78.69 -
YUV 187.28 145.9 32.94 -
System Red Green Blue C M Y K H S L
Decimal 54 249 219 0.78 0 0.12 0.02 170.77 0.94 0.59
Hex 36 F9 DB 4E 0 C 2 AB 5E 3B
Octal 66 371 333 116 0 14 2 253 136 73
Binary 110110 11111001 11011011 1001110 0 1100 10 10101011 1011110 111011

Color Harmonies of #36F9DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36F9DB

Black with #36F9DB

Text Example


Text Example

White with #36F9DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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