#3DF7CA

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

Shades of Turquoise #3DF7CA

Tints of Turquoise #3DF7CA

Color information

#3DF7CA (or 0x3DF7CA) is unknown color: approx Turquoise. HEX triplet: 3D, F7 and CA. RGB value is (61,247,202). Sum of RGB (Red+Green+Blue) = 61+247+202=510 (67% of max value = 765). Red value is 61 (24.22% from 255 or 11.96% from 510); Green value is 247 (96.88% from 255 or 48.43% from 510); Blue value is 202 (79.30% from 255 or 39.61% from 510); Max value from RGB is 247 - color contains mainly: green. Hex color #3DF7CA is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3DF7CA is #C20835. Grayscale: #BABABA. Windows color (decimal): -12716086 or 13301565. OLE color: 13301565.

HSL color Cylindrical-coordinate representation of color #3DF7CA: hue angle of 165.48º degrees, saturation: 0.92, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3DF7CA is Cyan = 0.75, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.03.

Color convert

RGB61247202-
CMYK0.7500.180.03
HSL165.48º92.08%60.39%-
HSV(B)165.48º75.3%96.86%-
XYZ45.8571.7867.32-
YUV186.26136.8838.66-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 11.96%
GREEN value IS 247 (96.88% from 255) = 48.43%
BLUE value IS 202 (79.30% from 255) = 39.61%
R=11.96%
G=48.43%
B=39.61%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal612472020.7500.180.03165.4892.0860.39
Hex3DF7CA4B0123a55c3c
Octal75367312113022324513474
Binary1111011111011111001010100101101001011101001011011100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3DF7CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3DF7CA; }

 p { color: rgb(61,247,202); }

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

<style>
 a { background-color: #3DF7CA; }

 a { background-color: rgb(61,247,202); }

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

<style>
 span { border-color: #3DF7CA; }

 span { border-color: rgb(61,247,202); }

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