Html Css Color HEX #3AFEE4 Turquoise

📋 copy color: '#3AFEE4'

red 58 ◦ green 254 ◦ blue 228

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

Shades of Turquoise #3AFEE4

Tints of Turquoise #3AFEE4

RGB

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

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

 BLUE value IS 228 (89.45% from 255) = 42.22%

R = 10.74%
G = 47.04%
B = 42.22%

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

#3AFEE4 (or 0x3AFEE4) is known color: Turquoise. HEX triplet: 3A, FE and E4. RGB value is (58,254,228). Sum of RGB (Red+Green+Blue) = 58+254+228=540 (71% of max value = 765). Red value is 58 (23.05% from 255 or 10.74% from 540); Green value is 254 (99.61% from 255 or 47.04% from 540); Blue value is 228 (89.45% from 255 or 42.22% from 540); Max value from RGB is 254 - color contains mainly: green. Hex color #3AFEE4 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3AFEE4 is #C5011B. Grayscale: #C0C0C0. Windows color (decimal): -12910876 or 15007290. OLE color: 15007290.

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

Color convert

RGB 58 254 228 -
CMYK 0.77 0 0.10 0.00
HSL 172.04º 0.99% 0.61% -
HSV(B) 172.04º 0.77% 1% -
XYZ 51.19 77.38 85.64 -
YUV 192.43 148.07 32.11 -
System Red Green Blue C M Y K H S L
Decimal 58 254 228 0.77 0 0.10 0.00 172.04 0.99 0.61
Hex 3A FE E4 4D 0 A 0 AC 63 3D
Octal 72 376 344 115 0 12 0 254 143 75
Binary 111010 11111110 11100100 1001101 0 1010 0 10101100 1100011 111101

Color Harmonies of #3AFEE4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3AFEE4

Black with #3AFEE4

Text Example


Text Example

White with #3AFEE4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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