Html Css Color HEX #3FFAE3 Turquoise

📋 copy color: '#3FFAE3'

red 63 ◦ green 250 ◦ blue 227

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

Shades of Turquoise #3FFAE3

Tints of Turquoise #3FFAE3

RGB

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

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

 BLUE value IS 227 (89.06% from 255) = 42.04%

R = 11.67%
G = 46.3%
B = 42.04%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.09

 K value IS 0.02

RGB Variations

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

Color information

#3FFAE3 (or 0x3FFAE3) is known color: Turquoise. HEX triplet: 3F, FA and E3. RGB value is (63,250,227). Sum of RGB (Red+Green+Blue) = 63+250+227=540 (71% of max value = 765). Red value is 63 (25% from 255 or 11.67% from 540); Green value is 250 (98.05% from 255 or 46.30% from 540); Blue value is 227 (89.06% from 255 or 42.04% from 540); Max value from RGB is 250 - color contains mainly: green. Hex color #3FFAE3 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3FFAE3 is #C0051C. Grayscale: #BFBFBF. Windows color (decimal): -12584221 or 14940735. OLE color: 14940735.

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

Color convert

RGB 63 250 227 -
CMYK 0.75 0 0.09 0.02
HSL 172.62º 0.95% 0.61% -
HSV(B) 172.62º 0.75% 0.98% -
XYZ 50.1 74.97 84.5 -
YUV 191.47 148.05 36.37 -
System Red Green Blue C M Y K H S L
Decimal 63 250 227 0.75 0 0.09 0.02 172.62 0.95 0.61
Hex 3F FA E3 4B 0 9 2 AD 5F 3D
Octal 77 372 343 113 0 11 2 255 137 75
Binary 111111 11111010 11100011 1001011 0 1001 10 10101101 1011111 111101

Color Harmonies of #3FFAE3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3FFAE3

Black with #3FFAE3

Text Example


Text Example

White with #3FFAE3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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