#35F3C4

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

Shades of Turquoise #35F3C4

Tints of Turquoise #35F3C4

Color information

#35F3C4 (or 0x35F3C4) is unknown color: approx Turquoise. HEX triplet: 35, F3 and C4. RGB value is (53,243,196). Sum of RGB (Red+Green+Blue) = 53+243+196=492 (65% of max value = 765). Red value is 53 (21.09% from 255 or 10.77% from 492); Green value is 243 (95.31% from 255 or 49.39% from 492); Blue value is 196 (76.95% from 255 or 39.84% from 492); Max value from RGB is 243 - color contains mainly: green. Hex color #35F3C4 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #35F3C4 is #CA0C3B. Grayscale: #B4B4B4. Windows color (decimal): -13241404 or 12907317. OLE color: 12907317.

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

Color convert

RGB53243196-
CMYK0.7800.190.05
HSL165.16º88.79%58.04%-
HSV(B)165.16º78.19%95.29%-
XYZ43.4868.8463.22-
YUV180.83136.5536.82-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 10.77%
GREEN value IS 243 (95.31% from 255) = 49.39%
BLUE value IS 196 (76.95% from 255) = 39.84%
R=10.77%
G=49.39%
B=39.84%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal532431960.7800.190.05165.1688.7958.04
Hex35F3C44E0135a5593a
Octal65363304116023524513172
Binary11010111110011110001001001110010011101101001011011001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35F3C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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