Html Css Color HEX #3FFAE1 Turquoise

📋 copy color: '#3FFAE1'

red 63 ◦ green 250 ◦ blue 225

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

Shades of Turquoise #3FFAE1

Tints of Turquoise #3FFAE1

RGB

 RED value IS 63 (25% from 255) = 11.71%

 GREEN value IS 250 (98.05% from 255) = 46.47%

 BLUE value IS 225 (88.28% from 255) = 41.82%

R = 11.71%
G = 46.47%
B = 41.82%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.10

 K value IS 0.02

RGB Variations

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

Color information

#3FFAE1 (or 0x3FFAE1) is known color: Turquoise. HEX triplet: 3F, FA and E1. RGB value is (63,250,225). Sum of RGB (Red+Green+Blue) = 63+250+225=538 (71% of max value = 765). Red value is 63 (25% from 255 or 11.71% from 538); Green value is 250 (98.05% from 255 or 46.47% from 538); Blue value is 225 (88.28% from 255 or 41.82% from 538); Max value from RGB is 250 - color contains mainly: green. Hex color #3FFAE1 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3FFAE1 is #C0051E. Grayscale: #BFBFBF. Windows color (decimal): -12584223 or 14809663. OLE color: 14809663.

HSL color Cylindrical-coordinate representation of color #3FFAE1: hue angle of 171.98º degrees, saturation: 0.95, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3FFAE1 is Cyan = 0.75, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.02.

Color convert

RGB 63 250 225 -
CMYK 0.75 0 0.10 0.02
HSL 171.98º 0.95% 0.61% -
HSV(B) 171.98º 0.75% 0.98% -
XYZ 49.83 74.86 83.06 -
YUV 191.24 147.05 36.53 -
System Red Green Blue C M Y K H S L
Decimal 63 250 225 0.75 0 0.10 0.02 171.98 0.95 0.61
Hex 3F FA E1 4B 0 A 2 AC 5F 3D
Octal 77 372 341 113 0 12 2 254 137 75
Binary 111111 11111010 11100001 1001011 0 1010 10 10101100 1011111 111101

Color Harmonies of #3FFAE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3FFAE1

Black with #3FFAE1

Text Example


Text Example

White with #3FFAE1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(63,250,225); }

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

background-color css

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

 a { background-color: rgb(63,250,225); }

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

border-color css

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

 span { border-color: rgb(63,250,225); }

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