Html Css Color HEX #36E5F1 Turquoise

📋 copy color: '#36E5F1'

red 54 ◦ green 229 ◦ blue 241

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

Shades of Turquoise #36E5F1

Tints of Turquoise #36E5F1

RGB

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

 GREEN value IS 229 (89.84% from 255) = 43.7%

 BLUE value IS 241 (94.53% from 255) = 45.99%

R = 10.31%
G = 43.7%
B = 45.99%

CMYK

 C value IS 0.78

 M value IS 0.05

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#36E5F1 (or 0x36E5F1) is known color: Turquoise. HEX triplet: 36, E5 and F1. RGB value is (54,229,241). Sum of RGB (Red+Green+Blue) = 54+229+241=524 (69% of max value = 765). Red value is 54 (21.48% from 255 or 10.31% from 524); Green value is 229 (89.84% from 255 or 43.70% from 524); Blue value is 241 (94.53% from 255 or 45.99% from 524); Max value from RGB is 241 - color contains mainly: blue. Hex color #36E5F1 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #36E5F1 is #C91A0E. Grayscale: #B1B1B1. Windows color (decimal): -13179407 or 15852854. OLE color: 15852854.

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

Color convert

RGB 54 229 241 -
CMYK 0.78 0.05 0 0.05
HSL 183.85º 0.87% 0.58% -
HSV(B) 183.85º 0.78% 0.95% -
XYZ 45.42 63.17 93.02 -
YUV 178.04 163.52 39.52 -
System Red Green Blue C M Y K H S L
Decimal 54 229 241 0.78 0.05 0 0.05 183.85 0.87 0.58
Hex 36 E5 F1 4E 5 0 5 B8 57 3A
Octal 66 345 361 116 5 0 5 270 127 72
Binary 110110 11100101 11110001 1001110 101 0 101 10111000 1010111 111010

Color Harmonies of #36E5F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36E5F1

Black with #36E5F1

Text Example


Text Example

White with #36E5F1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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