#35DFF9

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

Shades of Turquoise #35DFF9

Tints of Turquoise #35DFF9

Color information

#35DFF9 (or 0x35DFF9) is unknown color: approx Turquoise. HEX triplet: 35, DF and F9. RGB value is (53,223,249). Sum of RGB (Red+Green+Blue) = 53+223+249=525 (69% of max value = 765). Red value is 53 (21.09% from 255 or 10.10% from 525); Green value is 223 (87.5% from 255 or 42.48% from 525); Blue value is 249 (97.66% from 255 or 47.43% from 525); Max value from RGB is 249 - color contains mainly: blue. Hex color #35DFF9 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #35DFF9 is #CA2006. Grayscale: #AEAEAE. Windows color (decimal): -13246471 or 16375605. OLE color: 16375605.

HSL color Cylindrical-coordinate representation of color #35DFF9: hue angle of 187.96º degrees, saturation: 0.94, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #35DFF9 is Cyan = 0.79, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB53223249-
CMYK0.790.1000.02
HSL187.96º94.23%59.22%-
HSV(B)187.96º78.71%97.65%-
XYZ44.9560.3798.91-
YUV175.13169.6840.89-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 10.10%
GREEN value IS 223 (87.5% from 255) = 42.48%
BLUE value IS 249 (97.66% from 255) = 47.43%
R=10.10%
G=42.48%
B=47.43%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal532232490.790.1000.02187.9694.2359.22
Hex35DFF94FA02bc5e3b
Octal65337371117120227413673
Binary110101110111111111100110011111010010101111001011110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35DFF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(53,223,249); }

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

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

 a { background-color: rgb(53,223,249); }

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

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

 span { border-color: rgb(53,223,249); }

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