#35FFDE

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

Shades of Turquoise #35FFDE

Tints of Turquoise #35FFDE

Color information

#35FFDE (or 0x35FFDE) is unknown color: approx Turquoise. HEX triplet: 35, FF and DE. RGB value is (53,255,222). Sum of RGB (Red+Green+Blue) = 53+255+222=530 (70% of max value = 765). Red value is 53 (21.09% from 255 or 10% from 530); Green value is 255 (100% from 255 or 48.11% from 530); Blue value is 222 (87.11% from 255 or 41.89% from 530); Max value from RGB is 255 - color contains mainly: green. Hex color #35FFDE is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #35FFDE is #CA0021. Grayscale: #BEBEBE. Windows color (decimal): -13238306 or 14614325. OLE color: 14614325.

HSL color Cylindrical-coordinate representation of color #35FFDE: hue angle of 170.2º degrees, saturation: 1, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #35FFDE is Cyan = 0.79, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.

Color convert

RGB53255222-
CMYK0.7900.130
HSL170.2º100%60.39%-
HSV(B)170.2º79.22%100%-
XYZ50.4177.5581.42-
YUV190.84145.5829.68-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 10%
GREEN value IS 255 (100% from 255) = 48.11%
BLUE value IS 222 (87.11% from 255) = 41.89%
R=10%
G=48.11%
B=41.89%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal532552220.7900.130170.210060.39
Hex35FFDE4F0D0aa643c
Octal65377336117015025214474
Binary11010111111111110111101001111011010101010101100100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35FFDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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