Html Css Color HEX #36E1F5 Turquoise

📋 copy color: '#36E1F5'

red 54 ◦ green 225 ◦ blue 245

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

Shades of Turquoise #36E1F5

Tints of Turquoise #36E1F5

RGB

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

 GREEN value IS 225 (88.28% from 255) = 42.94%

 BLUE value IS 245 (96.09% from 255) = 46.76%

R = 10.31%
G = 42.94%
B = 46.76%

CMYK

 C value IS 0.78

 M value IS 0.08

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#36E1F5 (or 0x36E1F5) is known color: Turquoise. HEX triplet: 36, E1 and F5. RGB value is (54,225,245). Sum of RGB (Red+Green+Blue) = 54+225+245=524 (69% of max value = 765). Red value is 54 (21.48% from 255 or 10.31% from 524); Green value is 225 (88.28% from 255 or 42.94% from 524); Blue value is 245 (96.09% from 255 or 46.76% from 524); Max value from RGB is 245 - color contains mainly: blue. Hex color #36E1F5 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #36E1F5 is #C91E0A. Grayscale: #AFAFAF. Windows color (decimal): -13180427 or 16113974. OLE color: 16113974.

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

Color convert

RGB 54 225 245 -
CMYK 0.78 0.08 0 0.04
HSL 186.28º 0.91% 0.59% -
HSV(B) 186.28º 0.78% 0.96% -
XYZ 44.93 61.23 95.84 -
YUV 176.15 166.85 40.87 -
System Red Green Blue C M Y K H S L
Decimal 54 225 245 0.78 0.08 0 0.04 186.28 0.91 0.59
Hex 36 E1 F5 4E 8 0 4 BA 5B 3B
Octal 66 341 365 116 10 0 4 272 133 73
Binary 110110 11100001 11110101 1001110 1000 0 100 10111010 1011011 111011

Color Harmonies of #36E1F5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36E1F5

Black with #36E1F5

Text Example


Text Example

White with #36E1F5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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