#35dee6

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

Shades of Turquoise #35DEE6

Tints of Turquoise #35DEE6

Color information

#35DEE6 (or 0x35DEE6) is unknown color: approx Turquoise. HEX triplet: 35, DE and E6. RGB value is (53,222,230). Sum of RGB (Red+Green+Blue) = 53+222+230=505 (66% of max value = 765). Red value is 53 (21.09% from 255 or 10.50% from 505); Green value is 222 (87.11% from 255 or 43.96% from 505); Blue value is 230 (90.23% from 255 or 45.54% from 505); Max value from RGB is 230 - color contains mainly: blue. Hex color #35DEE6 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #35DEE6 is #CA2119. Grayscale: #ACACAC. Windows color (decimal): -13246746 or 15130165. OLE color: 15130165.

HSL color Cylindrical-coordinate representation of color #35DEE6: hue angle of 182.71º 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 #35DEE6 is Cyan = 0.77, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB53222230-
CMYK0.770.0300.10
HSL182.71º77.97%55.49%-
HSV(B)182.71º76.96%90.2%-
XYZ41.8758.7183.99-
YUV172.38160.5142.85-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 10.50%
GREEN value IS 222 (87.11% from 255) = 43.96%
BLUE value IS 230 (90.23% from 255) = 45.54%
R=10.50%
G=43.96%
B=45.54%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal532222300.770.0300.10182.7177.9755.49
Hex35DEE64D30Ab74e37
Octal65336346115301226711667
Binary110101110111101110011010011011101010101101111001110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35dee6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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