Html Css Color HEX #3FCEC8 Medium Turquoise

📋 copy color: '#3FCEC8'

red 63 ◦ green 206 ◦ blue 200

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

Shades of Medium Turquoise #3FCEC8

Tints of Medium Turquoise #3FCEC8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 42.64%

R = 13.43%
G = 43.92%
B = 42.64%

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

#3FCEC8 (or 0x3FCEC8) is known color: Medium Turquoise. HEX triplet: 3F, CE and C8. RGB value is (63,206,200). Sum of RGB (Red+Green+Blue) = 63+206+200=469 (62% of max value = 765). Red value is 63 (25% from 255 or 13.43% from 469); Green value is 206 (80.86% from 255 or 43.92% from 469); Blue value is 200 (78.52% from 255 or 42.64% from 469); Max value from RGB is 206 - color contains mainly: green. Hex color #3FCEC8 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3FCEC8 is #C03137. Grayscale: #A2A2A2. Windows color (decimal): -12595512 or 13159999. OLE color: 13159999.

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

Color convert

RGB 63 206 200 -
CMYK 0.69 0 0.03 0.19
HSL 177.48º 0.59% 0.53% -
HSV(B) 177.48º 0.69% 0.81% -
XYZ 34.55 49.37 62.35 -
YUV 162.56 149.12 56.99 -
System Red Green Blue C M Y K H S L
Decimal 63 206 200 0.69 0 0.03 0.19 177.48 0.59 0.53
Hex 3F CE C8 45 0 3 13 B1 3B 35
Octal 77 316 310 105 0 3 23 261 73 65
Binary 111111 11001110 11001000 1000101 0 11 10011 10110001 111011 110101

Color Harmonies of #3FCEC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3FCEC8

Black with #3FCEC8

Text Example


Text Example

White with #3FCEC8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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