#35DCF3

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

Shades of Turquoise #35DCF3

Tints of Turquoise #35DCF3

Color information

#35DCF3 (or 0x35DCF3) is unknown color: approx Turquoise. HEX triplet: 35, DC and F3. RGB value is (53,220,243). Sum of RGB (Red+Green+Blue) = 53+220+243=516 (68% of max value = 765). Red value is 53 (21.09% from 255 or 10.27% from 516); Green value is 220 (86.33% from 255 or 42.64% from 516); Blue value is 243 (95.31% from 255 or 47.09% from 516); Max value from RGB is 243 - color contains mainly: blue. Hex color #35DCF3 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #35DCF3 is #CA230C. Grayscale: #ACACAC. Windows color (decimal): -13247245 or 15981621. OLE color: 15981621.

HSL color Cylindrical-coordinate representation of color #35DCF3: hue angle of 187.26º degrees, saturation: 0.89, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #35DCF3 is Cyan = 0.78, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB53220243-
CMYK0.780.0900.05
HSL187.26º88.79%58.04%-
HSV(B)187.26º78.19%95.29%-
XYZ43.2458.4193.79-
YUV172.69167.6742.63-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 10.27%
GREEN value IS 220 (86.33% from 255) = 42.64%
BLUE value IS 243 (95.31% from 255) = 47.09%
R=10.27%
G=42.64%
B=47.09%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal532202430.780.0900.05187.2688.7958.04
Hex35DCF34E905bb593a
Octal65334363116110527313172
Binary1101011101110011110011100111010010101101110111011001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35DCF3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(53,220,243); }

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

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

 a { background-color: rgb(53,220,243); }

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

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

 span { border-color: rgb(53,220,243); }

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