#35E6F4

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

Shades of Turquoise #35E6F4

Tints of Turquoise #35E6F4

Color information

#35E6F4 (or 0x35E6F4) is unknown color: approx Turquoise. HEX triplet: 35, E6 and F4. RGB value is (53,230,244). Sum of RGB (Red+Green+Blue) = 53+230+244=527 (69% of max value = 765). Red value is 53 (21.09% from 255 or 10.06% from 527); Green value is 230 (90.23% from 255 or 43.64% from 527); Blue value is 244 (95.70% from 255 or 46.30% from 527); Max value from RGB is 244 - color contains mainly: blue. Hex color #35E6F4 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #35E6F4 is #CA190B. Grayscale: #B2B2B2. Windows color (decimal): -13244684 or 16049717. OLE color: 16049717.

HSL color Cylindrical-coordinate representation of color #35E6F4: hue angle of 184.4º 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 #35E6F4 is Cyan = 0.78, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB53230244-
CMYK0.780.0600.04
HSL184.4º89.67%58.24%-
HSV(B)184.4º78.28%95.69%-
XYZ46.0963.8895.49-
YUV178.67164.8638.36-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 10.06%
GREEN value IS 230 (90.23% from 255) = 43.64%
BLUE value IS 244 (95.70% from 255) = 46.30%
R=10.06%
G=43.64%
B=46.30%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal532302440.780.0600.04184.489.6758.24
Hex35E6F44E604b85a3a
Octal6534636411660427013272
Binary110101111001101111010010011101100100101110001011010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35E6F4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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