Html Css Color HEX #36F1DC Turquoise

📋 copy color: '#36F1DC'

red 54 ◦ green 241 ◦ blue 220

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

Shades of Turquoise #36F1DC

Tints of Turquoise #36F1DC

RGB

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

 GREEN value IS 241 (94.53% from 255) = 46.8%

 BLUE value IS 220 (86.33% from 255) = 42.72%

R = 10.49%
G = 46.8%
B = 42.72%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.09

 K value IS 0.05

RGB Variations

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

Color information

#36F1DC (or 0x36F1DC) is known color: Turquoise. HEX triplet: 36, F1 and DC. RGB value is (54,241,220). Sum of RGB (Red+Green+Blue) = 54+241+220=515 (68% of max value = 765). Red value is 54 (21.48% from 255 or 10.49% from 515); Green value is 241 (94.53% from 255 or 46.80% from 515); Blue value is 220 (86.33% from 255 or 42.72% from 515); Max value from RGB is 241 - color contains mainly: green. Hex color #36F1DC is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #36F1DC is #C90E23. Grayscale: #B6B6B6. Windows color (decimal): -13176356 or 14479670. OLE color: 14479670.

HSL color Cylindrical-coordinate representation of color #36F1DC: hue angle of 173.26º degrees, saturation: 0.87, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #36F1DC is Cyan = 0.78, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.05.

Color convert

RGB 54 241 220 -
CMYK 0.78 0 0.09 0.05
HSL 173.26º 0.87% 0.58% -
HSV(B) 173.26º 0.78% 0.95% -
XYZ 45.89 68.86 78.58 -
YUV 182.69 149.05 36.21 -
System Red Green Blue C M Y K H S L
Decimal 54 241 220 0.78 0 0.09 0.05 173.26 0.87 0.58
Hex 36 F1 DC 4E 0 9 5 AD 57 3A
Octal 66 361 334 116 0 11 5 255 127 72
Binary 110110 11110001 11011100 1001110 0 1001 101 10101101 1010111 111010

Color Harmonies of #36F1DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36F1DC

Black with #36F1DC

Text Example


Text Example

White with #36F1DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(54,241,220); }

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

background-color css

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

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

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

border-color css

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

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

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