Html Css Color HEX #3FEAE4 Turquoise

📋 copy color: '#3FEAE4'

red 63 ◦ green 234 ◦ blue 228

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

Shades of Turquoise #3FEAE4

Tints of Turquoise #3FEAE4

RGB

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

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

 BLUE value IS 228 (89.45% from 255) = 43.43%

R = 12%
G = 44.57%
B = 43.43%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.03

 K value IS 0.08

RGB Variations

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

Color information

#3FEAE4 (or 0x3FEAE4) is known color: Turquoise. HEX triplet: 3F, EA and E4. RGB value is (63,234,228). Sum of RGB (Red+Green+Blue) = 63+234+228=525 (69% of max value = 765). Red value is 63 (25% from 255 or 12% from 525); Green value is 234 (91.80% from 255 or 44.57% from 525); Blue value is 228 (89.45% from 255 or 43.43% from 525); Max value from RGB is 234 - color contains mainly: green. Hex color #3FEAE4 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3FEAE4 is #C0151B. Grayscale: #B6B6B6. Windows color (decimal): -12588316 or 15002175. OLE color: 15002175.

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

Color convert

RGB 63 234 228 -
CMYK 0.73 0 0.03 0.08
HSL 177.89º 0.8% 0.58% -
HSV(B) 177.89º 0.73% 0.92% -
XYZ 45.48 65.5 83.65 -
YUV 182.19 153.85 42.99 -
System Red Green Blue C M Y K H S L
Decimal 63 234 228 0.73 0 0.03 0.08 177.89 0.8 0.58
Hex 3F EA E4 49 0 3 8 B2 50 3A
Octal 77 352 344 111 0 3 10 262 120 72
Binary 111111 11101010 11100100 1001001 0 11 1000 10110010 1010000 111010

Color Harmonies of #3FEAE4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3FEAE4

Black with #3FEAE4

Text Example


Text Example

White with #3FEAE4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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