Html Css Color HEX #3FEBB0 Turquoise

📋 copy color: '#3FEBB0'

red 63 ◦ green 235 ◦ blue 176

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

Shades of Turquoise #3FEBB0

Tints of Turquoise #3FEBB0

RGB

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

 GREEN value IS 235 (92.19% from 255) = 49.58%

 BLUE value IS 176 (69.14% from 255) = 37.13%

R = 13.29%
G = 49.58%
B = 37.13%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.25

 K value IS 0.08

RGB Variations

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

Color information

#3FEBB0 (or 0x3FEBB0) is known color: Turquoise. HEX triplet: 3F, EB and B0. RGB value is (63,235,176). Sum of RGB (Red+Green+Blue) = 63+235+176=474 (62% of max value = 765). Red value is 63 (25% from 255 or 13.29% from 474); Green value is 235 (92.19% from 255 or 49.58% from 474); Blue value is 176 (69.14% from 255 or 37.13% from 474); Max value from RGB is 235 - color contains mainly: green. Hex color #3FEBB0 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #3FEBB0 is #C0144F. Grayscale: #B0B0B0. Windows color (decimal): -12588112 or 11594559. OLE color: 11594559.

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

Color convert

RGB 63 235 176 -
CMYK 0.73 0 0.25 0.08
HSL 159.42º 0.81% 0.58% -
HSV(B) 159.42º 0.73% 0.92% -
XYZ 39.59 63.61 51.27 -
YUV 176.85 127.52 46.8 -
System Red Green Blue C M Y K H S L
Decimal 63 235 176 0.73 0 0.25 0.08 159.42 0.81 0.58
Hex 3F EB B0 49 0 19 8 9F 51 3A
Octal 77 353 260 111 0 31 10 237 121 72
Binary 111111 11101011 10110000 1001001 0 11001 1000 10011111 1010001 111010

Color Harmonies of #3FEBB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3FEBB0

Black with #3FEBB0

Text Example


Text Example

White with #3FEBB0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(63,235,176); }

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

background-color css

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

 a { background-color: rgb(63,235,176); }

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

border-color css

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

 span { border-color: rgb(63,235,176); }

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