#35E2F2

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

Shades of Turquoise #35E2F2

Tints of Turquoise #35E2F2

Color information

#35E2F2 (or 0x35E2F2) is unknown color: approx Turquoise. HEX triplet: 35, E2 and F2. RGB value is (53,226,242). Sum of RGB (Red+Green+Blue) = 53+226+242=521 (69% of max value = 765). Red value is 53 (21.09% from 255 or 10.17% from 521); Green value is 226 (88.67% from 255 or 43.38% from 521); Blue value is 242 (94.92% from 255 or 46.45% from 521); Max value from RGB is 242 - color contains mainly: blue. Hex color #35E2F2 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #35E2F2 is #CA1D0D. Grayscale: #AFAFAF. Windows color (decimal): -13245710 or 15917621. OLE color: 15917621.

HSL color Cylindrical-coordinate representation of color #35E2F2: hue angle of 185.08º degrees, saturation: 0.88, 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 #35E2F2 is Cyan = 0.78, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB53226242-
CMYK0.780.0700.05
HSL185.08º87.91%57.84%-
HSV(B)185.08º78.1%94.9%-
XYZ44.6961.5693.53-
YUV176.1165.1940.2-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 10.17%
GREEN value IS 226 (88.67% from 255) = 43.38%
BLUE value IS 242 (94.92% from 255) = 46.45%
R=10.17%
G=43.38%
B=46.45%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal532262420.780.0700.05185.0887.9157.84
Hex35E2F24E705b9583a
Octal6534236211670527113072
Binary110101111000101111001010011101110101101110011011000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35E2F2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(53,226,242); }

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

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

 a { background-color: rgb(53,226,242); }

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

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

 span { border-color: rgb(53,226,242); }

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