Html Css Color HEX #3AFEE0 Turquoise

📋 copy color: '#3AFEE0'

red 58 ◦ green 254 ◦ blue 224

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

Shades of Turquoise #3AFEE0

Tints of Turquoise #3AFEE0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 41.79%

R = 10.82%
G = 47.39%
B = 41.79%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.12

 K value IS 0.00

RGB Variations

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

Color information

#3AFEE0 (or 0x3AFEE0) is known color: Turquoise. HEX triplet: 3A, FE and E0. RGB value is (58,254,224). Sum of RGB (Red+Green+Blue) = 58+254+224=536 (70% of max value = 765). Red value is 58 (23.05% from 255 or 10.82% from 536); Green value is 254 (99.61% from 255 or 47.39% from 536); Blue value is 224 (87.89% from 255 or 41.79% from 536); Max value from RGB is 254 - color contains mainly: green. Hex color #3AFEE0 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3AFEE0 is #C5011F. Grayscale: #BFBFBF. Windows color (decimal): -12910880 or 14745146. OLE color: 14745146.

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

Color convert

RGB 58 254 224 -
CMYK 0.77 0 0.12 0.00
HSL 170.82º 0.99% 0.61% -
HSV(B) 170.82º 0.77% 1% -
XYZ 50.64 77.16 82.75 -
YUV 191.98 146.07 32.44 -
System Red Green Blue C M Y K H S L
Decimal 58 254 224 0.77 0 0.12 0.00 170.82 0.99 0.61
Hex 3A FE E0 4D 0 C 0 AB 63 3D
Octal 72 376 340 115 0 14 0 253 143 75
Binary 111010 11111110 11100000 1001101 0 1100 0 10101011 1100011 111101

Color Harmonies of #3AFEE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3AFEE0

Black with #3AFEE0

Text Example


Text Example

White with #3AFEE0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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