Html Css Color HEX #3AD8FA Turquoise

📋 copy color: '#3AD8FA'

red 58 ◦ green 216 ◦ blue 250

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

Shades of Turquoise #3AD8FA

Tints of Turquoise #3AD8FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 47.71%

R = 11.07%
G = 41.22%
B = 47.71%

CMYK

 C value IS 0.77

 M value IS 0.14

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#3AD8FA (or 0x3AD8FA) is known color: Turquoise. HEX triplet: 3A, D8 and FA. RGB value is (58,216,250). Sum of RGB (Red+Green+Blue) = 58+216+250=524 (69% of max value = 765). Red value is 58 (23.05% from 255 or 11.07% from 524); Green value is 216 (84.77% from 255 or 41.22% from 524); Blue value is 250 (98.05% from 255 or 47.71% from 524); Max value from RGB is 250 - color contains mainly: blue. Hex color #3AD8FA is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #3AD8FA is #C52705. Grayscale: #ACACAC. Windows color (decimal): -12920582 or 16439354. OLE color: 16439354.

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

Color convert

RGB 58 216 250 -
CMYK 0.77 0.14 0 0.02
HSL 190.63º 0.95% 0.6% -
HSV(B) 190.63º 0.77% 0.98% -
XYZ 43.56 56.91 99.13 -
YUV 172.63 171.65 46.24 -
System Red Green Blue C M Y K H S L
Decimal 58 216 250 0.77 0.14 0 0.02 190.63 0.95 0.6
Hex 3A D8 FA 4D E 0 2 BF 5F 3C
Octal 72 330 372 115 16 0 2 277 137 74
Binary 111010 11011000 11111010 1001101 1110 0 10 10111111 1011111 111100

Color Harmonies of #3AD8FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3AD8FA

Black with #3AD8FA

Text Example


Text Example

White with #3AD8FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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