Html Css Color HEX #3FFAE0 Turquoise

📋 copy color: '#3FFAE0'

red 63 ◦ green 250 ◦ blue 224

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

Shades of Turquoise #3FFAE0

Tints of Turquoise #3FFAE0

RGB

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

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

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

R = 11.73%
G = 46.55%
B = 41.71%

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

#3FFAE0 (or 0x3FFAE0) is known color: Turquoise. HEX triplet: 3F, FA and E0. RGB value is (63,250,224). Sum of RGB (Red+Green+Blue) = 63+250+224=537 (71% of max value = 765). Red value is 63 (25% from 255 or 11.73% from 537); Green value is 250 (98.05% from 255 or 46.55% from 537); Blue value is 224 (87.89% from 255 or 41.71% from 537); Max value from RGB is 250 - color contains mainly: green. Hex color #3FFAE0 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3FFAE0 is #C0051F. Grayscale: #BFBFBF. Windows color (decimal): -12584224 or 14744127. OLE color: 14744127.

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

Color convert

RGB 63 250 224 -
CMYK 0.75 0 0.10 0.02
HSL 171.66º 0.95% 0.61% -
HSV(B) 171.66º 0.75% 0.98% -
XYZ 49.69 74.81 82.34 -
YUV 191.12 146.55 36.61 -
System Red Green Blue C M Y K H S L
Decimal 63 250 224 0.75 0 0.10 0.02 171.66 0.95 0.61
Hex 3F FA E0 4B 0 A 2 AC 5F 3D
Octal 77 372 340 113 0 12 2 254 137 75
Binary 111111 11111010 11100000 1001011 0 1010 10 10101100 1011111 111101

Color Harmonies of #3FFAE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3FFAE0

Black with #3FFAE0

Text Example


Text Example

White with #3FFAE0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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