#35EFE1

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

Shades of Turquoise #35EFE1

Tints of Turquoise #35EFE1

Color information

#35EFE1 (or 0x35EFE1) is unknown color: approx Turquoise. HEX triplet: 35, EF and E1. RGB value is (53,239,225). Sum of RGB (Red+Green+Blue) = 53+239+225=517 (68% of max value = 765). Red value is 53 (21.09% from 255 or 10.25% from 517); Green value is 239 (93.75% from 255 or 46.23% from 517); Blue value is 225 (88.28% from 255 or 43.52% from 517); Max value from RGB is 239 - color contains mainly: green. Hex color #35EFE1 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #35EFE1 is #CA101E. Grayscale: #B5B5B5. Windows color (decimal): -13242399 or 14806837. OLE color: 14806837.

HSL color Cylindrical-coordinate representation of color #35EFE1: hue angle of 175.48º degrees, saturation: 0.85, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #35EFE1 is Cyan = 0.78, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.06.

Color convert

RGB53239225-
CMYK0.7800.060.06
HSL175.48º85.32%57.25%-
HSV(B)175.48º77.82%93.73%-
XYZ45.9367.9381.92-
YUV181.79152.3836.14-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 10.25%
GREEN value IS 239 (93.75% from 255) = 46.23%
BLUE value IS 225 (88.28% from 255) = 43.52%
R=10.25%
G=46.23%
B=43.52%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal532392250.7800.060.06175.4885.3257.25
Hex35EFE14E066af5539
Octal6535734111606625712571
Binary110101111011111110000110011100110110101011111010101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35EFE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(53,239,225); }

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

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

 a { background-color: rgb(53,239,225); }

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

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

 span { border-color: rgb(53,239,225); }

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