#35E4F4

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

Shades of Turquoise #35E4F4

Tints of Turquoise #35E4F4

Color information

#35E4F4 (or 0x35E4F4) is unknown color: approx Turquoise. HEX triplet: 35, E4 and F4. RGB value is (53,228,244). Sum of RGB (Red+Green+Blue) = 53+228+244=525 (69% of max value = 765). Red value is 53 (21.09% from 255 or 10.10% from 525); Green value is 228 (89.45% from 255 or 43.43% from 525); Blue value is 244 (95.70% from 255 or 46.48% from 525); Max value from RGB is 244 - color contains mainly: blue. Hex color #35E4F4 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #35E4F4 is #CA1B0B. Grayscale: #B1B1B1. Windows color (decimal): -13245196 or 16049205. OLE color: 16049205.

HSL color Cylindrical-coordinate representation of color #35E4F4: hue angle of 185.03º degrees, saturation: 0.9, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #35E4F4 is Cyan = 0.78, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB53228244-
CMYK0.780.0700.04
HSL185.03º89.67%58.24%-
HSV(B)185.03º78.28%95.69%-
XYZ45.5462.7895.3-
YUV177.5165.5239.2-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 10.10%
GREEN value IS 228 (89.45% from 255) = 43.43%
BLUE value IS 244 (95.70% from 255) = 46.48%
R=10.10%
G=43.43%
B=46.48%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal532282440.780.0700.04185.0389.6758.24
Hex35E4F44E704b95a3a
Octal6534436411670427113272
Binary110101111001001111010010011101110100101110011011010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35E4F4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(53,228,244); }

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

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

 a { background-color: rgb(53,228,244); }

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

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

 span { border-color: rgb(53,228,244); }

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