#36EAFD

Color #36EAFD Turquoise (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Turquoise #36EAFD

Tints of Turquoise #36EAFD

Color information

#36EAFD (or 0x36EAFD) is unknown color: approx Turquoise. HEX triplet: 36, EA and FD. RGB value is (54,234,253). Sum of RGB (Red+Green+Blue) = 54+234+253=541 (71% of max value = 765). Red value is 54 (21.48% from 255 or 9.98% from 541); Green value is 234 (91.80% from 255 or 43.25% from 541); Blue value is 253 (99.22% from 255 or 46.77% from 541); Max value from RGB is 253 - color contains mainly: blue. Hex color #36EAFD is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #36EAFD is #C91502. Grayscale: #B6B6B6. Windows color (decimal): -13178115 or 16640566. OLE color: 16640566.

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

Color convert

RGB54234253-
CMYK0.790.0800.01
HSL185.73º98.03%60.2%-
HSV(B)185.73º78.66%99.22%-
XYZ48.6766.72103.24-
YUV182.35167.8736.46-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 9.98%
GREEN value IS 234 (91.80% from 255) = 43.25%
BLUE value IS 253 (99.22% from 255) = 46.77%
R=9.98%
G=43.25%
B=46.77%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal542342530.790.0800.01185.7398.0360.2
Hex36EAFD4F801ba623c
Octal66352375117100127214274
Binary11011011101010111111011001111100001101110101100010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36EAFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(54,234,253); }

 H1.HeaderClassName
 {
   color: #36EAFD;
 }
 .AnyTagClassName
 {
   color: #36EAFD;
 }
</style>
background-color css

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

 a { background-color: rgb(54,234,253); }

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

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

 span { border-color: rgb(54,234,253); }

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