Html Css Color HEX #36E9F1 Turquoise

📋 copy color: '#36E9F1'

red 54 ◦ green 233 ◦ blue 241

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

Shades of Turquoise #36E9F1

Tints of Turquoise #36E9F1

RGB

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

 GREEN value IS 233 (91.41% from 255) = 44.13%

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

R = 10.23%
G = 44.13%
B = 45.64%

CMYK

 C value IS 0.78

 M value IS 0.03

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#36E9F1 (or 0x36E9F1) is known color: Turquoise. HEX triplet: 36, E9 and F1. RGB value is (54,233,241). Sum of RGB (Red+Green+Blue) = 54+233+241=528 (69% of max value = 765). Red value is 54 (21.48% from 255 or 10.23% from 528); Green value is 233 (91.41% from 255 or 44.13% from 528); Blue value is 241 (94.53% from 255 or 45.64% from 528); Max value from RGB is 241 - color contains mainly: blue. Hex color #36E9F1 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #36E9F1 is #C9160E. Grayscale: #B4B4B4. Windows color (decimal): -13178383 or 15853878. OLE color: 15853878.

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

Color convert

RGB 54 233 241 -
CMYK 0.78 0.03 0 0.05
HSL 182.57º 0.87% 0.58% -
HSV(B) 182.57º 0.78% 0.95% -
XYZ 46.54 65.41 93.39 -
YUV 180.39 162.2 37.85 -
System Red Green Blue C M Y K H S L
Decimal 54 233 241 0.78 0.03 0 0.05 182.57 0.87 0.58
Hex 36 E9 F1 4E 3 0 5 B7 57 3A
Octal 66 351 361 116 3 0 5 267 127 72
Binary 110110 11101001 11110001 1001110 11 0 101 10110111 1010111 111010

Color Harmonies of #36E9F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36E9F1

Black with #36E9F1

Text Example


Text Example

White with #36E9F1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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