#35FFC3

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

Shades of Turquoise #35FFC3

Tints of Turquoise #35FFC3

Color information

#35FFC3 (or 0x35FFC3) is unknown color: approx Turquoise. HEX triplet: 35, FF and C3. RGB value is (53,255,195). Sum of RGB (Red+Green+Blue) = 53+255+195=503 (66% of max value = 765). Red value is 53 (21.09% from 255 or 10.54% from 503); Green value is 255 (100% from 255 or 50.70% from 503); Blue value is 195 (76.56% from 255 or 38.77% from 503); Max value from RGB is 255 - color contains mainly: green. Hex color #35FFC3 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #35FFC3 is #CA003C. Grayscale: #BBBBBB. Windows color (decimal): -13238333 or 12844853. OLE color: 12844853.

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

Color convert

RGB53255195-
CMYK0.7900.240
HSL162.18º100%60.39%-
HSV(B)162.18º79.22%100%-
XYZ47.0876.2263.86-
YUV187.76132.0831.88-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 10.54%
GREEN value IS 255 (100% from 255) = 50.70%
BLUE value IS 195 (76.56% from 255) = 38.77%
R=10.54%
G=50.70%
B=38.77%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal532551950.7900.240162.1810060.39
Hex35FFC34F0180a2643c
Octal65377303117030024214474
Binary110101111111111100001110011110110000101000101100100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35FFC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(53,255,195); }

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

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

 a { background-color: rgb(53,255,195); }

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

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

 span { border-color: rgb(53,255,195); }

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