#35E7EE

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

Shades of Turquoise #35E7EE

Tints of Turquoise #35E7EE

Color information

#35E7EE (or 0x35E7EE) is unknown color: approx Turquoise. HEX triplet: 35, E7 and EE. RGB value is (53,231,238). Sum of RGB (Red+Green+Blue) = 53+231+238=522 (69% of max value = 765). Red value is 53 (21.09% from 255 or 10.15% from 522); Green value is 231 (90.62% from 255 or 44.25% from 522); Blue value is 238 (93.36% from 255 or 45.59% from 522); Max value from RGB is 238 - color contains mainly: blue. Hex color #35E7EE is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #35E7EE is #CA1811. Grayscale: #B2B2B2. Windows color (decimal): -13244434 or 15656757. OLE color: 15656757.

HSL color Cylindrical-coordinate representation of color #35E7EE: hue angle of 182.27º degrees, saturation: 0.84, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #35E7EE is Cyan = 0.78, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB53231238-
CMYK0.780.0300.07
HSL182.27º84.47%57.06%-
HSV(B)182.27º77.73%93.33%-
XYZ45.4864.0890.86-
YUV178.58161.5338.43-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 10.15%
GREEN value IS 231 (90.62% from 255) = 44.25%
BLUE value IS 238 (93.36% from 255) = 45.59%
R=10.15%
G=44.25%
B=45.59%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal532312380.780.0300.07182.2784.4757.06
Hex35E7EE4E307b65439
Octal6534735611630726612471
Binary11010111100111111011101001110110111101101101010100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35E7EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(53,231,238); }

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

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

 a { background-color: rgb(53,231,238); }

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

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

 span { border-color: rgb(53,231,238); }

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