Html Css Color HEX #36FEEF Turquoise

📋 copy color: '#36FEEF'

red 54 ◦ green 254 ◦ blue 239

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

Shades of Turquoise #36FEEF

Tints of Turquoise #36FEEF

RGB

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

 GREEN value IS 254 (99.61% from 255) = 46.44%

 BLUE value IS 239 (93.75% from 255) = 43.69%

R = 9.87%
G = 46.44%
B = 43.69%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.06

 K value IS 0.00

RGB Variations

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

Color information

#36FEEF (or 0x36FEEF) is known color: Turquoise. HEX triplet: 36, FE and EF. RGB value is (54,254,239). Sum of RGB (Red+Green+Blue) = 54+254+239=547 (72% of max value = 765). Red value is 54 (21.48% from 255 or 9.87% from 547); Green value is 254 (99.61% from 255 or 46.44% from 547); Blue value is 239 (93.75% from 255 or 43.69% from 547); Max value from RGB is 254 - color contains mainly: green. Hex color #36FEEF is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #36FEEF is #C90110. Grayscale: #C0C0C0. Windows color (decimal): -13173009 or 15728182. OLE color: 15728182.

HSL color Cylindrical-coordinate representation of color #36FEEF: hue angle of 175.5º degrees, saturation: 0.99, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #36FEEF is Cyan = 0.79, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.00.

Color convert

RGB 54 254 239 -
CMYK 0.79 0 0.06 0.00
HSL 175.5º 0.99% 0.6% -
HSV(B) 175.5º 0.79% 1% -
XYZ 52.54 77.9 93.93 -
YUV 192.49 154.24 29.22 -
System Red Green Blue C M Y K H S L
Decimal 54 254 239 0.79 0 0.06 0.00 175.5 0.99 0.6
Hex 36 FE EF 4F 0 6 0 B0 63 3C
Octal 66 376 357 117 0 6 0 260 143 74
Binary 110110 11111110 11101111 1001111 0 110 0 10110000 1100011 111100

Color Harmonies of #36FEEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36FEEF

Black with #36FEEF

Text Example


Text Example

White with #36FEEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(54,254,239); }

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

background-color css

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

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

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

border-color css

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

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

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