#35F7D4

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

Shades of Turquoise #35F7D4

Tints of Turquoise #35F7D4

Color information

#35F7D4 (or 0x35F7D4) is unknown color: approx Turquoise. HEX triplet: 35, F7 and D4. RGB value is (53,247,212). Sum of RGB (Red+Green+Blue) = 53+247+212=512 (67% of max value = 765). Red value is 53 (21.09% from 255 or 10.35% from 512); Green value is 247 (96.88% from 255 or 48.24% from 512); Blue value is 212 (83.20% from 255 or 41.41% from 512); Max value from RGB is 247 - color contains mainly: green. Hex color #35F7D4 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #35F7D4 is #CA082B. Grayscale: #B8B8B8. Windows color (decimal): -13240364 or 13956917. OLE color: 13956917.

HSL color Cylindrical-coordinate representation of color #35F7D4: hue angle of 169.18º degrees, saturation: 0.92, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #35F7D4 is Cyan = 0.79, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.03.

Color convert

RGB53247212-
CMYK0.7900.140.03
HSL169.18º92.38%58.82%-
HSV(B)169.18º78.54%96.86%-
XYZ46.6172.0373.73-
YUV185143.2333.85-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 10.35%
GREEN value IS 247 (96.88% from 255) = 48.24%
BLUE value IS 212 (83.20% from 255) = 41.41%
R=10.35%
G=48.24%
B=41.41%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal532472120.7900.140.03169.1892.3858.82
Hex35F7D44F0E3a95c3b
Octal65367324117016325113473
Binary110101111101111101010010011110111011101010011011100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35F7D4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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