Html Css Color HEX #3FCEBF Medium Turquoise

📋 copy color: '#3FCEBF'

red 63 ◦ green 206 ◦ blue 191

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

Shades of Medium Turquoise #3FCEBF

Tints of Medium Turquoise #3FCEBF

RGB

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

 GREEN value IS 206 (80.86% from 255) = 44.78%

 BLUE value IS 191 (75% from 255) = 41.52%

R = 13.7%
G = 44.78%
B = 41.52%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.07

 K value IS 0.19

RGB Variations

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

Color information

#3FCEBF (or 0x3FCEBF) is known color: Medium Turquoise. HEX triplet: 3F, CE and BF. RGB value is (63,206,191). Sum of RGB (Red+Green+Blue) = 63+206+191=460 (60% of max value = 765). Red value is 63 (25% from 255 or 13.70% from 460); Green value is 206 (80.86% from 255 or 44.78% from 460); Blue value is 191 (75% from 255 or 41.52% from 460); Max value from RGB is 206 - color contains mainly: green. Hex color #3FCEBF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3FCEBF is #C03140. Grayscale: #A1A1A1. Windows color (decimal): -12595521 or 12570175. OLE color: 12570175.

HSL color Cylindrical-coordinate representation of color #3FCEBF: hue angle of 173.71º degrees, saturation: 0.59, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3FCEBF is Cyan = 0.69, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.19.

Color convert

RGB 63 206 191 -
CMYK 0.69 0 0.07 0.19
HSL 173.71º 0.59% 0.53% -
HSV(B) 173.71º 0.69% 0.81% -
XYZ 33.53 48.96 56.97 -
YUV 161.53 144.62 57.72 -
System Red Green Blue C M Y K H S L
Decimal 63 206 191 0.69 0 0.07 0.19 173.71 0.59 0.53
Hex 3F CE BF 45 0 7 13 AE 3B 35
Octal 77 316 277 105 0 7 23 256 73 65
Binary 111111 11001110 10111111 1000101 0 111 10011 10101110 111011 110101

Color Harmonies of #3FCEBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3FCEBF

Black with #3FCEBF

Text Example


Text Example

White with #3FCEBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(63,206,191); }

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

background-color css

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

 a { background-color: rgb(63,206,191); }

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

border-color css

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

 span { border-color: rgb(63,206,191); }

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