Html Css Color HEX #3FEDBA Turquoise

📋 copy color: '#3FEDBA'

red 63 ◦ green 237 ◦ blue 186

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

Shades of Turquoise #3FEDBA

Tints of Turquoise #3FEDBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 38.27%

R = 12.96%
G = 48.77%
B = 38.27%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.22

 K value IS 0.07

RGB Variations

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

Color information

#3FEDBA (or 0x3FEDBA) is known color: Turquoise. HEX triplet: 3F, ED and BA. RGB value is (63,237,186). Sum of RGB (Red+Green+Blue) = 63+237+186=486 (64% of max value = 765). Red value is 63 (25% from 255 or 12.96% from 486); Green value is 237 (92.97% from 255 or 48.77% from 486); Blue value is 186 (73.05% from 255 or 38.27% from 486); Max value from RGB is 237 - color contains mainly: green. Hex color #3FEDBA is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3FEDBA is #C01245. Grayscale: #B3B3B3. Windows color (decimal): -12587590 or 12250431. OLE color: 12250431.

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

Color convert

RGB 63 237 186 -
CMYK 0.73 0 0.22 0.07
HSL 162.41º 0.83% 0.59% -
HSV(B) 162.41º 0.73% 0.93% -
XYZ 41.2 65.17 56.86 -
YUV 179.16 131.85 45.15 -
System Red Green Blue C M Y K H S L
Decimal 63 237 186 0.73 0 0.22 0.07 162.41 0.83 0.59
Hex 3F ED BA 49 0 16 7 A2 53 3B
Octal 77 355 272 111 0 26 7 242 123 73
Binary 111111 11101101 10111010 1001001 0 10110 111 10100010 1010011 111011

Color Harmonies of #3FEDBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3FEDBA

Black with #3FEDBA

Text Example


Text Example

White with #3FEDBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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