Html Css Color HEX #3AFED6 Turquoise

📋 copy color: '#3AFED6'

red 58 ◦ green 254 ◦ blue 214

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

Shades of Turquoise #3AFED6

Tints of Turquoise #3AFED6

RGB

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

 GREEN value IS 254 (99.61% from 255) = 48.29%

 BLUE value IS 214 (83.98% from 255) = 40.68%

R = 11.03%
G = 48.29%
B = 40.68%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.16

 K value IS 0.00

RGB Variations

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

Color information

#3AFED6 (or 0x3AFED6) is known color: Turquoise. HEX triplet: 3A, FE and D6. RGB value is (58,254,214). Sum of RGB (Red+Green+Blue) = 58+254+214=526 (69% of max value = 765). Red value is 58 (23.05% from 255 or 11.03% from 526); Green value is 254 (99.61% from 255 or 48.29% from 526); Blue value is 214 (83.98% from 255 or 40.68% from 526); Max value from RGB is 254 - color contains mainly: green. Hex color #3AFED6 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3AFED6 is #C50129. Grayscale: #BEBEBE. Windows color (decimal): -12910890 or 14089786. OLE color: 14089786.

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

Color convert

RGB 58 254 214 -
CMYK 0.77 0 0.16 0.00
HSL 167.76º 0.99% 0.61% -
HSV(B) 167.76º 0.77% 1% -
XYZ 49.32 76.64 75.81 -
YUV 190.84 141.07 33.25 -
System Red Green Blue C M Y K H S L
Decimal 58 254 214 0.77 0 0.16 0.00 167.76 0.99 0.61
Hex 3A FE D6 4D 0 10 0 A8 63 3D
Octal 72 376 326 115 0 20 0 250 143 75
Binary 111010 11111110 11010110 1001101 0 10000 0 10101000 1100011 111101

Color Harmonies of #3AFED6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3AFED6

Black with #3AFED6

Text Example


Text Example

White with #3AFED6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,254,214); }

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

background-color css

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

 a { background-color: rgb(58,254,214); }

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

border-color css

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

 span { border-color: rgb(58,254,214); }

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