Html Css Color HEX #3ADCF6 Turquoise

📋 copy color: '#3ADCF6'

red 58 ◦ green 220 ◦ blue 246

#3ADCF6
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Turquoise #3ADCF6

Tints of Turquoise #3ADCF6

RGB

 RED value IS 58 (23.05% from 255) = 11.07%

 GREEN value IS 220 (86.33% from 255) = 41.98%

 BLUE value IS 246 (96.48% from 255) = 46.95%

R = 11.07%
G = 41.98%
B = 46.95%

CMYK

 C value IS 0.76

 M value IS 0.11

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#3ADCF6 (or 0x3ADCF6) is known color: Turquoise. HEX triplet: 3A, DC and F6. RGB value is (58,220,246). Sum of RGB (Red+Green+Blue) = 58+220+246=524 (69% of max value = 765). Red value is 58 (23.05% from 255 or 11.07% from 524); Green value is 220 (86.33% from 255 or 41.98% from 524); Blue value is 246 (96.48% from 255 or 46.95% from 524); Max value from RGB is 246 - color contains mainly: blue. Hex color #3ADCF6 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #3ADCF6 is #C52309. Grayscale: #AEAEAE. Windows color (decimal): -12919562 or 16178234. OLE color: 16178234.

HSL color Cylindrical-coordinate representation of color #3ADCF6: hue angle of 188.3º degrees, saturation: 0.91, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3ADCF6 is Cyan = 0.76, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 58 220 246 -
CMYK 0.76 0.11 0 0.04
HSL 188.3º 0.91% 0.6% -
HSV(B) 188.3º 0.76% 0.96% -
XYZ 43.97 58.74 96.21 -
YUV 174.53 168.33 44.89 -
System Red Green Blue C M Y K H S L
Decimal 58 220 246 0.76 0.11 0 0.04 188.3 0.91 0.6
Hex 3A DC F6 4C B 0 4 BC 5B 3C
Octal 72 334 366 114 13 0 4 274 133 74
Binary 111010 11011100 11110110 1001100 1011 0 100 10111100 1011011 111100

Color Harmonies of #3ADCF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3ADCF6

Black with #3ADCF6

Text Example


Text Example

White with #3ADCF6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #3ADCF6;
 }
 .AnyTagClassName
 {
   color: #3ADCF6;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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