#35D9E6

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

Shades of Turquoise #35D9E6

Tints of Turquoise #35D9E6

Color information

#35D9E6 (or 0x35D9E6) is unknown color: approx Turquoise. HEX triplet: 35, D9 and E6. RGB value is (53,217,230). Sum of RGB (Red+Green+Blue) = 53+217+230=500 (66% of max value = 765). Red value is 53 (21.09% from 255 or 10.6% from 500); Green value is 217 (85.16% from 255 or 43.4% from 500); Blue value is 230 (90.23% from 255 or 46% from 500); Max value from RGB is 230 - color contains mainly: blue. Hex color #35D9E6 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #35D9E6 is #CA2619. Grayscale: #A9A9A9. Windows color (decimal): -13248026 or 15128885. OLE color: 15128885.

HSL color Cylindrical-coordinate representation of color #35D9E6: hue angle of 184.41º degrees, saturation: 0.78, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #35D9E6 is Cyan = 0.77, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB53217230-
CMYK0.770.0600.10
HSL184.41º77.97%55.49%-
HSV(B)184.41º76.96%90.2%-
XYZ40.5656.183.55-
YUV169.45162.1744.94-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 10.6%
GREEN value IS 217 (85.16% from 255) = 43.4%
BLUE value IS 230 (90.23% from 255) = 46%
R=10.6%
G=43.4%
B=46%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal532172300.770.0600.10184.4177.9755.49
Hex35D9E64D60Ab84e37
Octal65331346115601227011667
Binary1101011101100111100110100110111001010101110001001110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35D9E6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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