#3DEFCA

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

Shades of Turquoise #3DEFCA

Tints of Turquoise #3DEFCA

Color information

#3DEFCA (or 0x3DEFCA) is unknown color: approx Turquoise. HEX triplet: 3D, EF and CA. RGB value is (61,239,202). Sum of RGB (Red+Green+Blue) = 61+239+202=502 (66% of max value = 765). Red value is 61 (24.22% from 255 or 12.15% from 502); Green value is 239 (93.75% from 255 or 47.61% from 502); Blue value is 202 (79.30% from 255 or 40.24% from 502); Max value from RGB is 239 - color contains mainly: green. Hex color #3DEFCA is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3DEFCA is #C21035. Grayscale: #B5B5B5. Windows color (decimal): -12718134 or 13299517. OLE color: 13299517.

HSL color Cylindrical-coordinate representation of color #3DEFCA: hue angle of 167.53º degrees, saturation: 0.85, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3DEFCA is Cyan = 0.74, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.06.

Color convert

RGB61239202-
CMYK0.7400.150.06
HSL167.53º84.76%58.82%-
HSV(B)167.53º74.48%93.73%-
XYZ43.4566.9966.52-
YUV181.56139.5342.01-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 12.15%
GREEN value IS 239 (93.75% from 255) = 47.61%
BLUE value IS 202 (79.30% from 255) = 40.24%
R=12.15%
G=47.61%
B=40.24%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal612392020.7400.150.06167.5384.7658.82
Hex3DEFCA4A0F6a8553b
Octal75357312112017625012573
Binary1111011110111111001010100101001111110101010001010101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3DEFCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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