#35EFE0

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

Shades of Turquoise #35EFE0

Tints of Turquoise #35EFE0

Color information

#35EFE0 (or 0x35EFE0) is unknown color: approx Turquoise. HEX triplet: 35, EF and E0. RGB value is (53,239,224). Sum of RGB (Red+Green+Blue) = 53+239+224=516 (68% of max value = 765). Red value is 53 (21.09% from 255 or 10.27% from 516); Green value is 239 (93.75% from 255 or 46.32% from 516); Blue value is 224 (87.89% from 255 or 43.41% from 516); Max value from RGB is 239 - color contains mainly: green. Hex color #35EFE0 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #35EFE0 is #CA101F. Grayscale: #B5B5B5. Windows color (decimal): -13242400 or 14741301. OLE color: 14741301.

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

Color convert

RGB53239224-
CMYK0.7800.060.06
HSL175.16º85.32%57.25%-
HSV(B)175.16º77.82%93.73%-
XYZ45.7967.8781.21-
YUV181.68151.8836.22-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 10.27%
GREEN value IS 239 (93.75% from 255) = 46.32%
BLUE value IS 224 (87.89% from 255) = 43.41%
R=10.27%
G=46.32%
B=43.41%

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
Decimal532392240.7800.060.06175.1685.3257.25
Hex35EFE04E066af5539
Octal6535734011606625712571
Binary110101111011111110000010011100110110101011111010101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35EFE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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