Html Css Color HEX #3AFDFA Turquoise

📋 copy color: '#3AFDFA'

red 58 ◦ green 253 ◦ blue 250

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

Shades of Turquoise #3AFDFA

Tints of Turquoise #3AFDFA

RGB

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

 GREEN value IS 253 (99.22% from 255) = 45.1%

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

R = 10.34%
G = 45.1%
B = 44.56%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.01

 K value IS 0.01

RGB Variations

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

Color information

#3AFDFA (or 0x3AFDFA) is known color: Turquoise. HEX triplet: 3A, FD and FA. RGB value is (58,253,250). Sum of RGB (Red+Green+Blue) = 58+253+250=561 (74% of max value = 765). Red value is 58 (23.05% from 255 or 10.34% from 561); Green value is 253 (99.22% from 255 or 45.10% from 561); Blue value is 250 (98.05% from 255 or 44.56% from 561); Max value from RGB is 253 - color contains mainly: green. Hex color #3AFDFA is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #3AFDFA is #C50205. Grayscale: #C2C2C2. Windows color (decimal): -12911110 or 16448826. OLE color: 16448826.

HSL color Cylindrical-coordinate representation of color #3AFDFA: hue angle of 179.08º degrees, saturation: 0.98, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3AFDFA is Cyan = 0.77, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.01.

Color convert

RGB 58 253 250 -
CMYK 0.77 0 0.01 0.01
HSL 179.08º 0.98% 0.61% -
HSV(B) 179.08º 0.77% 0.99% -
XYZ 54.13 78.05 102.66 -
YUV 194.35 159.4 30.74 -
System Red Green Blue C M Y K H S L
Decimal 58 253 250 0.77 0 0.01 0.01 179.08 0.98 0.61
Hex 3A FD FA 4D 0 1 1 B3 62 3D
Octal 72 375 372 115 0 1 1 263 142 75
Binary 111010 11111101 11111010 1001101 0 1 1 10110011 1100010 111101

Color Harmonies of #3AFDFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3AFDFA

Black with #3AFDFA

Text Example


Text Example

White with #3AFDFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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