Html Css Color HEX #3FEDB6 Turquoise

📋 copy color: '#3FEDB6'

red 63 ◦ green 237 ◦ blue 182

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

Shades of Turquoise #3FEDB6

Tints of Turquoise #3FEDB6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 37.76%

R = 13.07%
G = 49.17%
B = 37.76%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.23

 K value IS 0.07

RGB Variations

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

Color information

#3FEDB6 (or 0x3FEDB6) is known color: Turquoise. HEX triplet: 3F, ED and B6. RGB value is (63,237,182). Sum of RGB (Red+Green+Blue) = 63+237+182=482 (63% of max value = 765). Red value is 63 (25% from 255 or 13.07% from 482); Green value is 237 (92.97% from 255 or 49.17% from 482); Blue value is 182 (71.48% from 255 or 37.76% from 482); Max value from RGB is 237 - color contains mainly: green. Hex color #3FEDB6 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3FEDB6 is #C01249. Grayscale: #B2B2B2. Windows color (decimal): -12587594 or 11988287. OLE color: 11988287.

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

Color convert

RGB 63 237 182 -
CMYK 0.73 0 0.23 0.07
HSL 161.03º 0.83% 0.59% -
HSV(B) 161.03º 0.73% 0.93% -
XYZ 40.78 65 54.65 -
YUV 178.7 129.85 45.47 -
System Red Green Blue C M Y K H S L
Decimal 63 237 182 0.73 0 0.23 0.07 161.03 0.83 0.59
Hex 3F ED B6 49 0 17 7 A1 53 3B
Octal 77 355 266 111 0 27 7 241 123 73
Binary 111111 11101101 10110110 1001001 0 10111 111 10100001 1010011 111011

Color Harmonies of #3FEDB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3FEDB6

Black with #3FEDB6

Text Example


Text Example

White with #3FEDB6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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