Html Css Color HEX #3ADCF9 Turquoise

📋 copy color: '#3ADCF9'

red 58 ◦ green 220 ◦ blue 249

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

Shades of Turquoise #3ADCF9

Tints of Turquoise #3ADCF9

RGB

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

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

 BLUE value IS 249 (97.66% from 255) = 47.25%

R = 11.01%
G = 41.75%
B = 47.25%

CMYK

 C value IS 0.77

 M value IS 0.12

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#3ADCF9 (or 0x3ADCF9) is known color: Turquoise. HEX triplet: 3A, DC and F9. RGB value is (58,220,249). Sum of RGB (Red+Green+Blue) = 58+220+249=527 (69% of max value = 765). Red value is 58 (23.05% from 255 or 11.01% from 527); Green value is 220 (86.33% from 255 or 41.75% from 527); Blue value is 249 (97.66% from 255 or 47.25% from 527); Max value from RGB is 249 - color contains mainly: blue. Hex color #3ADCF9 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #3ADCF9 is #C52306. Grayscale: #AEAEAE. Windows color (decimal): -12919559 or 16374842. OLE color: 16374842.

HSL color Cylindrical-coordinate representation of color #3ADCF9: hue angle of 189.11º degrees, saturation: 0.94, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3ADCF9 is Cyan = 0.77, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 58 220 249 -
CMYK 0.77 0.12 0 0.02
HSL 189.11º 0.94% 0.6% -
HSV(B) 189.11º 0.77% 0.98% -
XYZ 44.44 58.93 98.65 -
YUV 174.87 169.83 44.64 -
System Red Green Blue C M Y K H S L
Decimal 58 220 249 0.77 0.12 0 0.02 189.11 0.94 0.6
Hex 3A DC F9 4D C 0 2 BD 5E 3C
Octal 72 334 371 115 14 0 2 275 136 74
Binary 111010 11011100 11111001 1001101 1100 0 10 10111101 1011110 111100

Color Harmonies of #3ADCF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3ADCF9

Black with #3ADCF9

Text Example


Text Example

White with #3ADCF9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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