Html Css Color HEX #3FEAE5 Turquoise

📋 copy color: '#3FEAE5'

red 63 ◦ green 234 ◦ blue 229

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

Shades of Turquoise #3FEAE5

Tints of Turquoise #3FEAE5

RGB

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

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

 BLUE value IS 229 (89.84% from 255) = 43.54%

R = 11.98%
G = 44.49%
B = 43.54%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.02

 K value IS 0.08

RGB Variations

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

Color information

#3FEAE5 (or 0x3FEAE5) is known color: Turquoise. HEX triplet: 3F, EA and E5. RGB value is (63,234,229). Sum of RGB (Red+Green+Blue) = 63+234+229=526 (69% of max value = 765). Red value is 63 (25% from 255 or 11.98% from 526); Green value is 234 (91.80% from 255 or 44.49% from 526); Blue value is 229 (89.84% from 255 or 43.54% from 526); Max value from RGB is 234 - color contains mainly: green. Hex color #3FEAE5 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3FEAE5 is #C0151A. Grayscale: #B6B6B6. Windows color (decimal): -12588315 or 15067711. OLE color: 15067711.

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

Color convert

RGB 63 234 229 -
CMYK 0.73 0 0.02 0.08
HSL 178.25º 0.8% 0.58% -
HSV(B) 178.25º 0.73% 0.92% -
XYZ 45.62 65.56 84.38 -
YUV 182.3 154.35 42.91 -
System Red Green Blue C M Y K H S L
Decimal 63 234 229 0.73 0 0.02 0.08 178.25 0.8 0.58
Hex 3F EA E5 49 0 2 8 B2 50 3A
Octal 77 352 345 111 0 2 10 262 120 72
Binary 111111 11101010 11100101 1001001 0 10 1000 10110010 1010000 111010

Color Harmonies of #3FEAE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3FEAE5

Black with #3FEAE5

Text Example


Text Example

White with #3FEAE5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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