#35F7FD

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

Shades of Turquoise #35F7FD

Tints of Turquoise #35F7FD

Color information

#35F7FD (or 0x35F7FD) is unknown color: approx Turquoise. HEX triplet: 35, F7 and FD. RGB value is (53,247,253). Sum of RGB (Red+Green+Blue) = 53+247+253=553 (73% of max value = 765). Red value is 53 (21.09% from 255 or 9.58% from 553); Green value is 247 (96.88% from 255 or 44.67% from 553); Blue value is 253 (99.22% from 255 or 45.75% from 553); Max value from RGB is 253 - color contains mainly: blue. Hex color #35F7FD is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #35F7FD is #CA0802. Grayscale: #BDBDBD. Windows color (decimal): -13240323 or 16643893. OLE color: 16643893.

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

Color convert

RGB53247253-
CMYK0.790.0200.01
HSL181.8º98.04%60%-
HSV(B)181.8º79.05%99.22%-
XYZ52.4674.37104.52-
YUV189.68163.7330.51-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 9.58%
GREEN value IS 247 (96.88% from 255) = 44.67%
BLUE value IS 253 (99.22% from 255) = 45.75%
R=9.58%
G=44.67%
B=45.75%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal532472530.790.0200.01181.898.0460
Hex35F7FD4F201b6623c
Octal6536737511720126614274
Binary110101111101111111110110011111001101101101100010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35F7FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(53,247,253); }

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

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

 a { background-color: rgb(53,247,253); }

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

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

 span { border-color: rgb(53,247,253); }

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