#3DF0CC

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

Shades of Turquoise #3DF0CC

Tints of Turquoise #3DF0CC

Color information

#3DF0CC (or 0x3DF0CC) is unknown color: approx Turquoise. HEX triplet: 3D, F0 and CC. RGB value is (61,240,204). Sum of RGB (Red+Green+Blue) = 61+240+204=505 (66% of max value = 765). Red value is 61 (24.22% from 255 or 12.08% from 505); Green value is 240 (94.14% from 255 or 47.52% from 505); Blue value is 204 (80.08% from 255 or 40.40% from 505); Max value from RGB is 240 - color contains mainly: green. Hex color #3DF0CC is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3DF0CC is #C20F33. Grayscale: #B6B6B6. Windows color (decimal): -12717876 or 13430845. OLE color: 13430845.

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

Color convert

RGB61240204-
CMYK0.7500.150.06
HSL167.93º85.65%59.02%-
HSV(B)167.93º74.58%94.12%-
XYZ43.9867.6767.87-
YUV182.38140.241.43-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 12.08%
GREEN value IS 240 (94.14% from 255) = 47.52%
BLUE value IS 204 (80.08% from 255) = 40.40%
R=12.08%
G=47.52%
B=40.40%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal612402040.7500.150.06167.9385.6559.02
Hex3DF0CC4B0F6a8563b
Octal75360314113017625012673
Binary1111011111000011001100100101101111110101010001010110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3DF0CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,240,204); }

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

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

 a { background-color: rgb(61,240,204); }

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

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

 span { border-color: rgb(61,240,204); }

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