Html Css Color HEX #3FC0BD Medium Turquoise

📋 copy color: '#3FC0BD'

red 63 ◦ green 192 ◦ blue 189

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

Shades of Medium Turquoise #3FC0BD

Tints of Medium Turquoise #3FC0BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 42.57%

R = 14.19%
G = 43.24%
B = 42.57%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.02

 K value IS 0.25

RGB Variations

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

Color information

#3FC0BD (or 0x3FC0BD) is known color: Medium Turquoise. HEX triplet: 3F, C0 and BD. RGB value is (63,192,189). Sum of RGB (Red+Green+Blue) = 63+192+189=444 (58% of max value = 765). Red value is 63 (25% from 255 or 14.19% from 444); Green value is 192 (75.39% from 255 or 43.24% from 444); Blue value is 189 (74.22% from 255 or 42.57% from 444); Max value from RGB is 192 - color contains mainly: green. Hex color #3FC0BD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3FC0BD is #C03F42. Grayscale: #989898. Windows color (decimal): -12599107 or 12435519. OLE color: 12435519.

HSL color Cylindrical-coordinate representation of color #3FC0BD: hue angle of 178.6º degrees, saturation: 0.51, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #3FC0BD is Cyan = 0.67, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.25.

Color convert

RGB 63 192 189 -
CMYK 0.67 0 0.02 0.25
HSL 178.6º 0.51% 0.5% -
HSV(B) 178.6º 0.67% 0.75% -
XYZ 30.08 42.43 54.75 -
YUV 153.09 148.26 63.74 -
System Red Green Blue C M Y K H S L
Decimal 63 192 189 0.67 0 0.02 0.25 178.6 0.51 0.5
Hex 3F C0 BD 43 0 2 19 B3 33 32
Octal 77 300 275 103 0 2 31 263 63 62
Binary 111111 11000000 10111101 1000011 0 10 11001 10110011 110011 110010

Color Harmonies of #3FC0BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3FC0BD

Black with #3FC0BD

Text Example


Text Example

White with #3FC0BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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