#35DDF3

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

Shades of Turquoise #35DDF3

Tints of Turquoise #35DDF3

Color information

#35DDF3 (or 0x35DDF3) is unknown color: approx Turquoise. HEX triplet: 35, DD and F3. RGB value is (53,221,243). Sum of RGB (Red+Green+Blue) = 53+221+243=517 (68% of max value = 765). Red value is 53 (21.09% from 255 or 10.25% from 517); Green value is 221 (86.72% from 255 or 42.75% from 517); Blue value is 243 (95.31% from 255 or 47.00% from 517); Max value from RGB is 243 - color contains mainly: blue. Hex color #35DDF3 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #35DDF3 is #CA220C. Grayscale: #ADADAD. Windows color (decimal): -13246989 or 15981877. OLE color: 15981877.

HSL color Cylindrical-coordinate representation of color #35DDF3: hue angle of 186.95º 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 #35DDF3 is Cyan = 0.78, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB53221243-
CMYK0.780.0900.05
HSL186.95º88.79%58.04%-
HSV(B)186.95º78.19%95.29%-
XYZ43.558.9493.88-
YUV173.28167.3442.21-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 10.25%
GREEN value IS 221 (86.72% from 255) = 42.75%
BLUE value IS 243 (95.31% from 255) = 47.00%
R=10.25%
G=42.75%
B=47.00%

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
Decimal532212430.780.0900.05186.9588.7958.04
Hex35DDF34E905bb593a
Octal65335363116110527313172
Binary1101011101110111110011100111010010101101110111011001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35DDF3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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