Html Css Color HEX #3FEBBE Turquoise

📋 copy color: '#3FEBBE'

red 63 ◦ green 235 ◦ blue 190

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

Shades of Turquoise #3FEBBE

Tints of Turquoise #3FEBBE

RGB

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

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

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

R = 12.91%
G = 48.16%
B = 38.93%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.19

 K value IS 0.08

RGB Variations

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

Color information

#3FEBBE (or 0x3FEBBE) is known color: Turquoise. HEX triplet: 3F, EB and BE. RGB value is (63,235,190). Sum of RGB (Red+Green+Blue) = 63+235+190=488 (64% of max value = 765). Red value is 63 (25% from 255 or 12.91% from 488); Green value is 235 (92.19% from 255 or 48.16% from 488); Blue value is 190 (74.61% from 255 or 38.93% from 488); Max value from RGB is 235 - color contains mainly: green. Hex color #3FEBBE is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3FEBBE is #C01441. Grayscale: #B2B2B2. Windows color (decimal): -12588098 or 12512063. OLE color: 12512063.

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

Color convert

RGB 63 235 190 -
CMYK 0.73 0 0.19 0.08
HSL 164.3º 0.81% 0.58% -
HSV(B) 164.3º 0.73% 0.92% -
XYZ 41.05 64.19 58.94 -
YUV 178.44 134.52 45.66 -
System Red Green Blue C M Y K H S L
Decimal 63 235 190 0.73 0 0.19 0.08 164.3 0.81 0.58
Hex 3F EB BE 49 0 13 8 A4 51 3A
Octal 77 353 276 111 0 23 10 244 121 72
Binary 111111 11101011 10111110 1001001 0 10011 1000 10100100 1010001 111010

Color Harmonies of #3FEBBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3FEBBE

Black with #3FEBBE

Text Example


Text Example

White with #3FEBBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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