Html Css Color HEX #36F5EE Turquoise

📋 copy color: '#36F5EE'

red 54 ◦ green 245 ◦ blue 238

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

Shades of Turquoise #36F5EE

Tints of Turquoise #36F5EE

RGB

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

 GREEN value IS 245 (96.09% from 255) = 45.62%

 BLUE value IS 238 (93.36% from 255) = 44.32%

R = 10.06%
G = 45.62%
B = 44.32%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.03

 K value IS 0.04

RGB Variations

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

Color information

#36F5EE (or 0x36F5EE) is known color: Turquoise. HEX triplet: 36, F5 and EE. RGB value is (54,245,238). Sum of RGB (Red+Green+Blue) = 54+245+238=537 (71% of max value = 765). Red value is 54 (21.48% from 255 or 10.06% from 537); Green value is 245 (96.09% from 255 or 45.62% from 537); Blue value is 238 (93.36% from 255 or 44.32% from 537); Max value from RGB is 245 - color contains mainly: green. Hex color #36F5EE is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #36F5EE is #C90A11. Grayscale: #BABABA. Windows color (decimal): -13175314 or 15660342. OLE color: 15660342.

HSL color Cylindrical-coordinate representation of color #36F5EE: hue angle of 177.8º degrees, saturation: 0.91, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #36F5EE is Cyan = 0.78, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.04.

Color convert

RGB 54 245 238 -
CMYK 0.78 0 0.03 0.04
HSL 177.8º 0.91% 0.59% -
HSV(B) 177.8º 0.78% 0.96% -
XYZ 49.61 72.26 92.22 -
YUV 187.09 156.72 33.07 -
System Red Green Blue C M Y K H S L
Decimal 54 245 238 0.78 0 0.03 0.04 177.8 0.91 0.59
Hex 36 F5 EE 4E 0 3 4 B2 5B 3B
Octal 66 365 356 116 0 3 4 262 133 73
Binary 110110 11110101 11101110 1001110 0 11 100 10110010 1011011 111011

Color Harmonies of #36F5EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36F5EE

Black with #36F5EE

Text Example


Text Example

White with #36F5EE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(54,245,238); }

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

background-color css

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

 a { background-color: rgb(54,245,238); }

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

border-color css

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

 span { border-color: rgb(54,245,238); }

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