Html Css Color HEX #3AFEE5 Turquoise

📋 copy color: '#3AFEE5'

red 58 ◦ green 254 ◦ blue 229

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

Shades of Turquoise #3AFEE5

Tints of Turquoise #3AFEE5

RGB

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

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

 BLUE value IS 229 (89.84% from 255) = 42.33%

R = 10.72%
G = 46.95%
B = 42.33%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.10

 K value IS 0.00

RGB Variations

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

Color information

#3AFEE5 (or 0x3AFEE5) is known color: Turquoise. HEX triplet: 3A, FE and E5. RGB value is (58,254,229). Sum of RGB (Red+Green+Blue) = 58+254+229=541 (71% of max value = 765). Red value is 58 (23.05% from 255 or 10.72% from 541); Green value is 254 (99.61% from 255 or 46.95% from 541); Blue value is 229 (89.84% from 255 or 42.33% from 541); Max value from RGB is 254 - color contains mainly: green. Hex color #3AFEE5 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3AFEE5 is #C5011A. Grayscale: #C0C0C0. Windows color (decimal): -12910875 or 15072826. OLE color: 15072826.

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

Color convert

RGB 58 254 229 -
CMYK 0.77 0 0.10 0.00
HSL 172.35º 0.99% 0.61% -
HSV(B) 172.35º 0.77% 1% -
XYZ 51.33 77.44 86.37 -
YUV 192.55 148.57 32.03 -
System Red Green Blue C M Y K H S L
Decimal 58 254 229 0.77 0 0.10 0.00 172.35 0.99 0.61
Hex 3A FE E5 4D 0 A 0 AC 63 3D
Octal 72 376 345 115 0 12 0 254 143 75
Binary 111010 11111110 11100101 1001101 0 1010 0 10101100 1100011 111101

Color Harmonies of #3AFEE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3AFEE5

Black with #3AFEE5

Text Example


Text Example

White with #3AFEE5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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