#35DFF3

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

Shades of Turquoise #35DFF3

Tints of Turquoise #35DFF3

Color information

#35DFF3 (or 0x35DFF3) is unknown color: approx Turquoise. HEX triplet: 35, DF and F3. RGB value is (53,223,243). Sum of RGB (Red+Green+Blue) = 53+223+243=519 (68% of max value = 765). Red value is 53 (21.09% from 255 or 10.21% from 519); Green value is 223 (87.5% from 255 or 42.97% from 519); Blue value is 243 (95.31% from 255 or 46.82% from 519); Max value from RGB is 243 - color contains mainly: blue. Hex color #35DFF3 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #35DFF3 is #CA200C. Grayscale: #AEAEAE. Windows color (decimal): -13246477 or 15982389. OLE color: 15982389.

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

Color convert

RGB53223243-
CMYK0.780.0800.05
HSL186.32º88.79%58.04%-
HSV(B)186.32º78.19%95.29%-
XYZ44.036094.06-
YUV174.45166.6841.37-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 10.21%
GREEN value IS 223 (87.5% from 255) = 42.97%
BLUE value IS 243 (95.31% from 255) = 46.82%
R=10.21%
G=42.97%
B=46.82%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal532232430.780.0800.05186.3288.7958.04
Hex35DFF34E805ba593a
Octal65337363116100527213172
Binary1101011101111111110011100111010000101101110101011001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35DFF3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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