Html Css Color HEX #3AFEE2 Turquoise

📋 copy color: '#3AFEE2'

red 58 ◦ green 254 ◦ blue 226

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

Shades of Turquoise #3AFEE2

Tints of Turquoise #3AFEE2

RGB

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

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

 BLUE value IS 226 (88.67% from 255) = 42.01%

R = 10.78%
G = 47.21%
B = 42.01%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.11

 K value IS 0.00

RGB Variations

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

Color information

#3AFEE2 (or 0x3AFEE2) is known color: Turquoise. HEX triplet: 3A, FE and E2. RGB value is (58,254,226). Sum of RGB (Red+Green+Blue) = 58+254+226=538 (71% of max value = 765). Red value is 58 (23.05% from 255 or 10.78% from 538); Green value is 254 (99.61% from 255 or 47.21% from 538); Blue value is 226 (88.67% from 255 or 42.01% from 538); Max value from RGB is 254 - color contains mainly: green. Hex color #3AFEE2 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3AFEE2 is #C5011D. Grayscale: #C0C0C0. Windows color (decimal): -12910878 or 14876218. OLE color: 14876218.

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

Color convert

RGB 58 254 226 -
CMYK 0.77 0 0.11 0.00
HSL 171.43º 0.99% 0.61% -
HSV(B) 171.43º 0.77% 1% -
XYZ 50.91 77.27 84.18 -
YUV 192.2 147.07 32.28 -
System Red Green Blue C M Y K H S L
Decimal 58 254 226 0.77 0 0.11 0.00 171.43 0.99 0.61
Hex 3A FE E2 4D 0 B 0 AB 63 3D
Octal 72 376 342 115 0 13 0 253 143 75
Binary 111010 11111110 11100010 1001101 0 1011 0 10101011 1100011 111101

Color Harmonies of #3AFEE2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3AFEE2

Black with #3AFEE2

Text Example


Text Example

White with #3AFEE2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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