#35EAFD

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

Shades of Turquoise #35EAFD

Tints of Turquoise #35EAFD

Color information

#35EAFD (or 0x35EAFD) is unknown color: approx Turquoise. HEX triplet: 35, EA and FD. RGB value is (53,234,253). Sum of RGB (Red+Green+Blue) = 53+234+253=540 (71% of max value = 765). Red value is 53 (21.09% from 255 or 9.81% from 540); Green value is 234 (91.80% from 255 or 43.33% from 540); Blue value is 253 (99.22% from 255 or 46.85% from 540); Max value from RGB is 253 - color contains mainly: blue. Hex color #35EAFD is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #35EAFD is #CA1502. Grayscale: #B5B5B5. Windows color (decimal): -13243651 or 16640565. OLE color: 16640565.

HSL color Cylindrical-coordinate representation of color #35EAFD: hue angle of 185.7º 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 #35EAFD is Cyan = 0.79, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB53234253-
CMYK0.790.0800.01
HSL185.7º98.04%60%-
HSV(B)185.7º79.05%99.22%-
XYZ48.6266.69103.24-
YUV182.05168.0335.96-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 9.81%
GREEN value IS 234 (91.80% from 255) = 43.33%
BLUE value IS 253 (99.22% from 255) = 46.85%
R=9.81%
G=43.33%
B=46.85%

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
Decimal532342530.790.0800.01185.798.0460
Hex35EAFD4F801ba623c
Octal65352375117100127214274
Binary11010111101010111111011001111100001101110101100010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35EAFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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