Html Css Color HEX #3AD8F9 Turquoise

📋 copy color: '#3AD8F9'

red 58 ◦ green 216 ◦ blue 249

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

Shades of Turquoise #3AD8F9

Tints of Turquoise #3AD8F9

RGB

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

 GREEN value IS 216 (84.77% from 255) = 41.3%

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

R = 11.09%
G = 41.3%
B = 47.61%

CMYK

 C value IS 0.77

 M value IS 0.13

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#3AD8F9 (or 0x3AD8F9) is known color: Turquoise. HEX triplet: 3A, D8 and F9. RGB value is (58,216,249). Sum of RGB (Red+Green+Blue) = 58+216+249=523 (69% of max value = 765). Red value is 58 (23.05% from 255 or 11.09% from 523); Green value is 216 (84.77% from 255 or 41.30% from 523); Blue value is 249 (97.66% from 255 or 47.61% from 523); Max value from RGB is 249 - color contains mainly: blue. Hex color #3AD8F9 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #3AD8F9 is #C52706. Grayscale: #ACACAC. Windows color (decimal): -12920583 or 16373818. OLE color: 16373818.

HSL color Cylindrical-coordinate representation of color #3AD8F9: hue angle of 190.37º 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 #3AD8F9 is Cyan = 0.77, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 58 216 249 -
CMYK 0.77 0.13 0 0.02
HSL 190.37º 0.94% 0.6% -
HSV(B) 190.37º 0.77% 0.98% -
XYZ 43.4 56.85 98.31 -
YUV 172.52 171.15 46.32 -
System Red Green Blue C M Y K H S L
Decimal 58 216 249 0.77 0.13 0 0.02 190.37 0.94 0.6
Hex 3A D8 F9 4D D 0 2 BE 5E 3C
Octal 72 330 371 115 15 0 2 276 136 74
Binary 111010 11011000 11111001 1001101 1101 0 10 10111110 1011110 111100

Color Harmonies of #3AD8F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3AD8F9

Black with #3AD8F9

Text Example


Text Example

White with #3AD8F9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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