Html Css Color HEX #3FEAD7 Turquoise

📋 copy color: '#3FEAD7'

red 63 ◦ green 234 ◦ blue 215

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

Shades of Turquoise #3FEAD7

Tints of Turquoise #3FEAD7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 41.99%

R = 12.3%
G = 45.7%
B = 41.99%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.08

 K value IS 0.08

RGB Variations

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

Color information

#3FEAD7 (or 0x3FEAD7) is known color: Turquoise. HEX triplet: 3F, EA and D7. RGB value is (63,234,215). Sum of RGB (Red+Green+Blue) = 63+234+215=512 (67% of max value = 765). Red value is 63 (25% from 255 or 12.30% from 512); Green value is 234 (91.80% from 255 or 45.70% from 512); Blue value is 215 (84.38% from 255 or 41.99% from 512); Max value from RGB is 234 - color contains mainly: green. Hex color #3FEAD7 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3FEAD7 is #C01528. Grayscale: #B4B4B4. Windows color (decimal): -12588329 or 14150207. OLE color: 14150207.

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

Color convert

RGB 63 234 215 -
CMYK 0.73 0 0.08 0.08
HSL 173.33º 0.8% 0.58% -
HSV(B) 173.33º 0.73% 0.92% -
XYZ 43.74 64.81 74.49 -
YUV 180.71 147.35 44.04 -
System Red Green Blue C M Y K H S L
Decimal 63 234 215 0.73 0 0.08 0.08 173.33 0.8 0.58
Hex 3F EA D7 49 0 8 8 AD 50 3A
Octal 77 352 327 111 0 10 10 255 120 72
Binary 111111 11101010 11010111 1001001 0 1000 1000 10101101 1010000 111010

Color Harmonies of #3FEAD7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3FEAD7

Black with #3FEAD7

Text Example


Text Example

White with #3FEAD7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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