#35E6FB

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

Shades of Turquoise #35E6FB

Tints of Turquoise #35E6FB

Color information

#35E6FB (or 0x35E6FB) is unknown color: approx Turquoise. HEX triplet: 35, E6 and FB. RGB value is (53,230,251). Sum of RGB (Red+Green+Blue) = 53+230+251=534 (70% of max value = 765). Red value is 53 (21.09% from 255 or 9.93% from 534); Green value is 230 (90.23% from 255 or 43.07% from 534); Blue value is 251 (98.44% from 255 or 47.00% from 534); Max value from RGB is 251 - color contains mainly: blue. Hex color #35E6FB is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #35E6FB is #CA1904. Grayscale: #B3B3B3. Windows color (decimal): -13244677 or 16508469. OLE color: 16508469.

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

Color convert

RGB53230251-
CMYK0.790.0800.02
HSL186.36º96.12%59.61%-
HSV(B)186.36º78.88%98.43%-
XYZ47.1864.32101.19-
YUV179.47168.3637.79-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 9.93%
GREEN value IS 230 (90.23% from 255) = 43.07%
BLUE value IS 251 (98.44% from 255) = 47.00%
R=9.93%
G=43.07%
B=47.00%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal532302510.790.0800.02186.3696.1259.61
Hex35E6FB4F802ba603c
Octal65346373117100227214074
Binary110101111001101111101110011111000010101110101100000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35E6FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(53,230,251); }

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

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

 a { background-color: rgb(53,230,251); }

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

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

 span { border-color: rgb(53,230,251); }

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