Html Css Color HEX #3ADDFA Turquoise

📋 copy color: '#3ADDFA'

red 58 ◦ green 221 ◦ blue 250

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

Shades of Turquoise #3ADDFA

Tints of Turquoise #3ADDFA

RGB

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

 GREEN value IS 221 (86.72% from 255) = 41.78%

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

R = 10.96%
G = 41.78%
B = 47.26%

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

#3ADDFA (or 0x3ADDFA) is known color: Turquoise. HEX triplet: 3A, DD and FA. RGB value is (58,221,250). Sum of RGB (Red+Green+Blue) = 58+221+250=529 (70% of max value = 765). Red value is 58 (23.05% from 255 or 10.96% from 529); Green value is 221 (86.72% from 255 or 41.78% from 529); Blue value is 250 (98.05% from 255 or 47.26% from 529); Max value from RGB is 250 - color contains mainly: blue. Hex color #3ADDFA is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #3ADDFA is #C52205. Grayscale: #AFAFAF. Windows color (decimal): -12919302 or 16440634. OLE color: 16440634.

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

Color convert

RGB 58 221 250 -
CMYK 0.77 0.12 0 0.02
HSL 189.06º 0.95% 0.6% -
HSV(B) 189.06º 0.77% 0.98% -
XYZ 44.86 59.51 99.57 -
YUV 175.57 170 44.14 -
System Red Green Blue C M Y K H S L
Decimal 58 221 250 0.77 0.12 0 0.02 189.06 0.95 0.6
Hex 3A DD FA 4D C 0 2 BD 5F 3C
Octal 72 335 372 115 14 0 2 275 137 74
Binary 111010 11011101 11111010 1001101 1100 0 10 10111101 1011111 111100

Color Harmonies of #3ADDFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3ADDFA

Black with #3ADDFA

Text Example


Text Example

White with #3ADDFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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