Html Css Color HEX #3FEDB5 Turquoise

📋 copy color: '#3FEDB5'

red 63 ◦ green 237 ◦ blue 181

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

Shades of Turquoise #3FEDB5

Tints of Turquoise #3FEDB5

RGB

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

 GREEN value IS 237 (92.97% from 255) = 49.27%

 BLUE value IS 181 (71.09% from 255) = 37.63%

R = 13.1%
G = 49.27%
B = 37.63%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.24

 K value IS 0.07

RGB Variations

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

Color information

#3FEDB5 (or 0x3FEDB5) is known color: Turquoise. HEX triplet: 3F, ED and B5. RGB value is (63,237,181). Sum of RGB (Red+Green+Blue) = 63+237+181=481 (63% of max value = 765). Red value is 63 (25% from 255 or 13.10% from 481); Green value is 237 (92.97% from 255 or 49.27% from 481); Blue value is 181 (71.09% from 255 or 37.63% from 481); Max value from RGB is 237 - color contains mainly: green. Hex color #3FEDB5 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3FEDB5 is #C0124A. Grayscale: #B2B2B2. Windows color (decimal): -12587595 or 11922751. OLE color: 11922751.

HSL color Cylindrical-coordinate representation of color #3FEDB5: hue angle of 160.69º degrees, saturation: 0.83, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3FEDB5 is Cyan = 0.73, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.07.

Color convert

RGB 63 237 181 -
CMYK 0.73 0 0.24 0.07
HSL 160.69º 0.83% 0.59% -
HSV(B) 160.69º 0.73% 0.93% -
XYZ 40.67 64.96 54.11 -
YUV 178.59 129.35 45.55 -
System Red Green Blue C M Y K H S L
Decimal 63 237 181 0.73 0 0.24 0.07 160.69 0.83 0.59
Hex 3F ED B5 49 0 18 7 A1 53 3B
Octal 77 355 265 111 0 30 7 241 123 73
Binary 111111 11101101 10110101 1001001 0 11000 111 10100001 1010011 111011

Color Harmonies of #3FEDB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3FEDB5

Black with #3FEDB5

Text Example


Text Example

White with #3FEDB5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(63,237,181); }

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

background-color css

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

 a { background-color: rgb(63,237,181); }

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

border-color css

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

 span { border-color: rgb(63,237,181); }

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