#3ADCF7

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

Shades of Turquoise #3ADCF7

Tints of Turquoise #3ADCF7

Color information

#3ADCF7 (or 0x3ADCF7) is unknown color: approx Turquoise. HEX triplet: 3A, DC and F7. RGB value is (58,220,247). Sum of RGB (Red+Green+Blue) = 58+220+247=525 (69% of max value = 765). Red value is 58 (23.05% from 255 or 11.05% from 525); Green value is 220 (86.33% from 255 or 41.90% from 525); Blue value is 247 (96.88% from 255 or 47.05% from 525); Max value from RGB is 247 - color contains mainly: blue. Hex color #3ADCF7 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #3ADCF7 is #C52308. Grayscale: #AEAEAE. Windows color (decimal): -12919561 or 16243770. OLE color: 16243770.

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

Color convert

RGB58220247-
CMYK0.770.1100.03
HSL188.57º92.2%59.8%-
HSV(B)188.57º76.52%96.86%-
XYZ44.1358.897.02-
YUV174.64168.8344.8-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 11.05%
GREEN value IS 220 (86.33% from 255) = 41.90%
BLUE value IS 247 (96.88% from 255) = 47.05%
R=11.05%
G=41.90%
B=47.05%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal582202470.770.1100.03188.5792.259.8
Hex3ADCF74DB03bd5c3c
Octal72334367115130327513474
Binary111010110111001111011110011011011011101111011011100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3ADCF7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,220,247); }

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

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

 a { background-color: rgb(58,220,247); }

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

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

 span { border-color: rgb(58,220,247); }

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