Html Css Color HEX #3FEAE1 Turquoise

📋 copy color: '#3FEAE1'

red 63 ◦ green 234 ◦ blue 225

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

Shades of Turquoise #3FEAE1

Tints of Turquoise #3FEAE1

RGB

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

 GREEN value IS 234 (91.8% from 255) = 44.83%

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

R = 12.07%
G = 44.83%
B = 43.1%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.04

 K value IS 0.08

RGB Variations

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

Color information

#3FEAE1 (or 0x3FEAE1) is known color: Turquoise. HEX triplet: 3F, EA and E1. RGB value is (63,234,225). Sum of RGB (Red+Green+Blue) = 63+234+225=522 (69% of max value = 765). Red value is 63 (25% from 255 or 12.07% from 522); Green value is 234 (91.80% from 255 or 44.83% from 522); Blue value is 225 (88.28% from 255 or 43.10% from 522); Max value from RGB is 234 - color contains mainly: green. Hex color #3FEAE1 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3FEAE1 is #C0151E. Grayscale: #B5B5B5. Windows color (decimal): -12588319 or 14805567. OLE color: 14805567.

HSL color Cylindrical-coordinate representation of color #3FEAE1: hue angle of 176.84º degrees, saturation: 0.8, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3FEAE1 is Cyan = 0.73, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.08.

Color convert

RGB 63 234 225 -
CMYK 0.73 0 0.04 0.08
HSL 176.84º 0.8% 0.58% -
HSV(B) 176.84º 0.73% 0.92% -
XYZ 45.06 65.34 81.47 -
YUV 181.85 152.35 43.23 -
System Red Green Blue C M Y K H S L
Decimal 63 234 225 0.73 0 0.04 0.08 176.84 0.8 0.58
Hex 3F EA E1 49 0 4 8 B1 50 3A
Octal 77 352 341 111 0 4 10 261 120 72
Binary 111111 11101010 11100001 1001001 0 100 1000 10110001 1010000 111010

Color Harmonies of #3FEAE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3FEAE1

Black with #3FEAE1

Text Example


Text Example

White with #3FEAE1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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