#3DDCFC

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

Shades of Turquoise #3DDCFC

Tints of Turquoise #3DDCFC

Color information

#3DDCFC (or 0x3DDCFC) is unknown color: approx Turquoise. HEX triplet: 3D, DC and FC. RGB value is (61,220,252). Sum of RGB (Red+Green+Blue) = 61+220+252=533 (70% of max value = 765). Red value is 61 (24.22% from 255 or 11.44% from 533); Green value is 220 (86.33% from 255 or 41.28% from 533); Blue value is 252 (98.83% from 255 or 47.28% from 533); Max value from RGB is 252 - color contains mainly: blue. Hex color #3DDCFC is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #3DDCFC is #C22303. Grayscale: #AFAFAF. Windows color (decimal): -12722948 or 16571453. OLE color: 16571453.

HSL color Cylindrical-coordinate representation of color #3DDCFC: hue angle of 190.05º degrees, saturation: 0.97, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3DDCFC is Cyan = 0.76, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB61220252-
CMYK0.760.1300.01
HSL190.05º96.95%61.37%-
HSV(B)190.05º75.79%98.82%-
XYZ45.0959.21101.15-
YUV176.11170.8245.9-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 11.44%
GREEN value IS 220 (86.33% from 255) = 41.28%
BLUE value IS 252 (98.83% from 255) = 47.28%
R=11.44%
G=41.28%
B=47.28%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal612202520.760.1300.01190.0596.9561.37
Hex3DDCFC4CD01be613d
Octal75334374114150127614175
Binary11110111011100111111001001100110101101111101100001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3DDCFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,220,252); }

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

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

 a { background-color: rgb(61,220,252); }

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

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

 span { border-color: rgb(61,220,252); }

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