Html Css Color HEX #3FCEC7 Medium Turquoise

📋 copy color: '#3FCEC7'

red 63 ◦ green 206 ◦ blue 199

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

Shades of Medium Turquoise #3FCEC7

Tints of Medium Turquoise #3FCEC7

RGB

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

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

 BLUE value IS 199 (78.13% from 255) = 42.52%

R = 13.46%
G = 44.02%
B = 42.52%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.03

 K value IS 0.19

RGB Variations

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

Color information

#3FCEC7 (or 0x3FCEC7) is known color: Medium Turquoise. HEX triplet: 3F, CE and C7. RGB value is (63,206,199). Sum of RGB (Red+Green+Blue) = 63+206+199=468 (61% of max value = 765). Red value is 63 (25% from 255 or 13.46% from 468); Green value is 206 (80.86% from 255 or 44.02% from 468); Blue value is 199 (78.12% from 255 or 42.52% from 468); Max value from RGB is 206 - color contains mainly: green. Hex color #3FCEC7 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3FCEC7 is #C03138. Grayscale: #A2A2A2. Windows color (decimal): -12595513 or 13094463. OLE color: 13094463.

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

Color convert

RGB 63 206 199 -
CMYK 0.69 0 0.03 0.19
HSL 177.06º 0.59% 0.53% -
HSV(B) 177.06º 0.69% 0.81% -
XYZ 34.43 49.32 61.74 -
YUV 162.45 148.62 57.07 -
System Red Green Blue C M Y K H S L
Decimal 63 206 199 0.69 0 0.03 0.19 177.06 0.59 0.53
Hex 3F CE C7 45 0 3 13 B1 3B 35
Octal 77 316 307 105 0 3 23 261 73 65
Binary 111111 11001110 11000111 1000101 0 11 10011 10110001 111011 110101

Color Harmonies of #3FCEC7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3FCEC7

Black with #3FCEC7

Text Example


Text Example

White with #3FCEC7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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