Html Css Color HEX #3FEFBE Turquoise

📋 copy color: '#3FEFBE'

red 63 ◦ green 239 ◦ blue 190

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

Shades of Turquoise #3FEFBE

Tints of Turquoise #3FEFBE

RGB

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

 GREEN value IS 239 (93.75% from 255) = 48.58%

 BLUE value IS 190 (74.61% from 255) = 38.62%

R = 12.8%
G = 48.58%
B = 38.62%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.21

 K value IS 0.06

RGB Variations

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

Color information

#3FEFBE (or 0x3FEFBE) is known color: Turquoise. HEX triplet: 3F, EF and BE. RGB value is (63,239,190). Sum of RGB (Red+Green+Blue) = 63+239+190=492 (65% of max value = 765). Red value is 63 (25% from 255 or 12.80% from 492); Green value is 239 (93.75% from 255 or 48.58% from 492); Blue value is 190 (74.61% from 255 or 38.62% from 492); Max value from RGB is 239 - color contains mainly: green. Hex color #3FEFBE is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3FEFBE is #C01041. Grayscale: #B4B4B4. Windows color (decimal): -12587074 or 12513087. OLE color: 12513087.

HSL color Cylindrical-coordinate representation of color #3FEFBE: hue angle of 163.3º degrees, saturation: 0.85, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3FEFBE is Cyan = 0.74, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.06.

Color convert

RGB 63 239 190 -
CMYK 0.74 0 0.21 0.06
HSL 163.3º 0.85% 0.59% -
HSV(B) 163.3º 0.74% 0.94% -
XYZ 42.21 66.51 59.33 -
YUV 180.79 133.19 43.98 -
System Red Green Blue C M Y K H S L
Decimal 63 239 190 0.74 0 0.21 0.06 163.3 0.85 0.59
Hex 3F EF BE 4A 0 15 6 A3 55 3B
Octal 77 357 276 112 0 25 6 243 125 73
Binary 111111 11101111 10111110 1001010 0 10101 110 10100011 1010101 111011

Color Harmonies of #3FEFBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3FEFBE

Black with #3FEFBE

Text Example


Text Example

White with #3FEFBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(63,239,190); }

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

background-color css

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

 a { background-color: rgb(63,239,190); }

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

border-color css

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

 span { border-color: rgb(63,239,190); }

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