Html Css Color HEX #3AFADA Turquoise

📋 copy color: '#3AFADA'

red 58 ◦ green 250 ◦ blue 218

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

Shades of Turquoise #3AFADA

Tints of Turquoise #3AFADA

RGB

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

 GREEN value IS 250 (98.05% from 255) = 47.53%

 BLUE value IS 218 (85.55% from 255) = 41.44%

R = 11.03%
G = 47.53%
B = 41.44%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.13

 K value IS 0.02

RGB Variations

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

Color information

#3AFADA (or 0x3AFADA) is known color: Turquoise. HEX triplet: 3A, FA and DA. RGB value is (58,250,218). Sum of RGB (Red+Green+Blue) = 58+250+218=526 (69% of max value = 765). Red value is 58 (23.05% from 255 or 11.03% from 526); Green value is 250 (98.05% from 255 or 47.53% from 526); Blue value is 218 (85.55% from 255 or 41.44% from 526); Max value from RGB is 250 - color contains mainly: green. Hex color #3AFADA is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3AFADA is #C50525. Grayscale: #BCBCBC. Windows color (decimal): -12911910 or 14350906. OLE color: 14350906.

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

Color convert

RGB 58 250 218 -
CMYK 0.77 0 0.13 0.02
HSL 170º 0.95% 0.6% -
HSV(B) 170º 0.77% 0.98% -
XYZ 48.59 74.33 78.12 -
YUV 188.94 144.39 34.6 -
System Red Green Blue C M Y K H S L
Decimal 58 250 218 0.77 0 0.13 0.02 170 0.95 0.6
Hex 3A FA DA 4D 0 D 2 AA 5F 3C
Octal 72 372 332 115 0 15 2 252 137 74
Binary 111010 11111010 11011010 1001101 0 1101 10 10101010 1011111 111100

Color Harmonies of #3AFADA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3AFADA

Black with #3AFADA

Text Example


Text Example

White with #3AFADA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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