Html Css Color HEX #3FC0CE Medium Turquoise

📋 copy color: '#3FC0CE'

red 63 ◦ green 192 ◦ blue 206

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

Shades of Medium Turquoise #3FC0CE

Tints of Medium Turquoise #3FC0CE

RGB

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

 GREEN value IS 192 (75.39% from 255) = 41.65%

 BLUE value IS 206 (80.86% from 255) = 44.69%

R = 13.67%
G = 41.65%
B = 44.69%

CMYK

 C value IS 0.69

 M value IS 0.07

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#3FC0CE (or 0x3FC0CE) is known color: Medium Turquoise. HEX triplet: 3F, C0 and CE. RGB value is (63,192,206). Sum of RGB (Red+Green+Blue) = 63+192+206=461 (61% of max value = 765). Red value is 63 (25% from 255 or 13.67% from 461); Green value is 192 (75.39% from 255 or 41.65% from 461); Blue value is 206 (80.86% from 255 or 44.69% from 461); Max value from RGB is 206 - color contains mainly: blue. Hex color #3FC0CE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3FC0CE is #C03F31. Grayscale: #9A9A9A. Windows color (decimal): -12599090 or 13549631. OLE color: 13549631.

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

Color convert

RGB 63 192 206 -
CMYK 0.69 0.07 0 0.19
HSL 185.87º 0.59% 0.53% -
HSV(B) 185.87º 0.69% 0.81% -
XYZ 32.04 43.21 65.04 -
YUV 155.03 156.76 62.36 -
System Red Green Blue C M Y K H S L
Decimal 63 192 206 0.69 0.07 0 0.19 185.87 0.59 0.53
Hex 3F C0 CE 45 7 0 13 BA 3B 35
Octal 77 300 316 105 7 0 23 272 73 65
Binary 111111 11000000 11001110 1000101 111 0 10011 10111010 111011 110101

Color Harmonies of #3FC0CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3FC0CE

Black with #3FC0CE

Text Example


Text Example

White with #3FC0CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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