Html Css Color HEX #3FEDB3 Turquoise

📋 copy color: '#3FEDB3'

red 63 ◦ green 237 ◦ blue 179

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

Shades of Turquoise #3FEDB3

Tints of Turquoise #3FEDB3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 37.37%

R = 13.15%
G = 49.48%
B = 37.37%

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

#3FEDB3 (or 0x3FEDB3) is known color: Turquoise. HEX triplet: 3F, ED and B3. RGB value is (63,237,179). Sum of RGB (Red+Green+Blue) = 63+237+179=479 (63% of max value = 765). Red value is 63 (25% from 255 or 13.15% from 479); Green value is 237 (92.97% from 255 or 49.48% from 479); Blue value is 179 (70.31% from 255 or 37.37% from 479); Max value from RGB is 237 - color contains mainly: green. Hex color #3FEDB3 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3FEDB3 is #C0124C. Grayscale: #B2B2B2. Windows color (decimal): -12587597 or 11791679. OLE color: 11791679.

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

Color convert

RGB 63 237 179 -
CMYK 0.73 0 0.24 0.07
HSL 160º 0.83% 0.59% -
HSV(B) 160º 0.73% 0.93% -
XYZ 40.47 64.88 53.04 -
YUV 178.36 128.35 45.72 -
System Red Green Blue C M Y K H S L
Decimal 63 237 179 0.73 0 0.24 0.07 160 0.83 0.59
Hex 3F ED B3 49 0 18 7 A0 53 3B
Octal 77 355 263 111 0 30 7 240 123 73
Binary 111111 11101101 10110011 1001001 0 11000 111 10100000 1010011 111011

Color Harmonies of #3FEDB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3FEDB3

Black with #3FEDB3

Text Example


Text Example

White with #3FEDB3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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