Html Css Color HEX #3FCEDB Medium Turquoise

📋 copy color: '#3FCEDB'

red 63 ◦ green 206 ◦ blue 219

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

Shades of Medium Turquoise #3FCEDB

Tints of Medium Turquoise #3FCEDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 44.88%

R = 12.91%
G = 42.21%
B = 44.88%

CMYK

 C value IS 0.71

 M value IS 0.06

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#3FCEDB (or 0x3FCEDB) is known color: Medium Turquoise. HEX triplet: 3F, CE and DB. RGB value is (63,206,219). Sum of RGB (Red+Green+Blue) = 63+206+219=488 (64% of max value = 765). Red value is 63 (25% from 255 or 12.91% from 488); Green value is 206 (80.86% from 255 or 42.21% from 488); Blue value is 219 (85.94% from 255 or 44.88% from 488); Max value from RGB is 219 - color contains mainly: blue. Hex color #3FCEDB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3FCEDB is #C03124. Grayscale: #A4A4A4. Windows color (decimal): -12595493 or 14405183. OLE color: 14405183.

HSL color Cylindrical-coordinate representation of color #3FCEDB: hue angle of 185º degrees, saturation: 0.68, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3FCEDB is Cyan = 0.71, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 63 206 219 -
CMYK 0.71 0.06 0 0.14
HSL 185º 0.68% 0.55% -
HSV(B) 185º 0.71% 0.86% -
XYZ 36.91 50.31 74.78 -
YUV 164.73 158.62 55.44 -
System Red Green Blue C M Y K H S L
Decimal 63 206 219 0.71 0.06 0 0.14 185 0.68 0.55
Hex 3F CE DB 47 6 0 E B9 44 37
Octal 77 316 333 107 6 0 16 271 104 67
Binary 111111 11001110 11011011 1000111 110 0 1110 10111001 1000100 110111

Color Harmonies of #3FCEDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3FCEDB

Black with #3FCEDB

Text Example


Text Example

White with #3FCEDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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