Html Css Color HEX #3FBCB4 Medium Turquoise

📋 copy color: '#3FBCB4'

red 63 ◦ green 188 ◦ blue 180

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

Shades of Medium Turquoise #3FBCB4

Tints of Medium Turquoise #3FBCB4

RGB

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

 GREEN value IS 188 (73.83% from 255) = 43.62%

 BLUE value IS 180 (70.7% from 255) = 41.76%

R = 14.62%
G = 43.62%
B = 41.76%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.04

 K value IS 0.26

RGB Variations

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

Color information

#3FBCB4 (or 0x3FBCB4) is known color: Medium Turquoise. HEX triplet: 3F, BC and B4. RGB value is (63,188,180). Sum of RGB (Red+Green+Blue) = 63+188+180=431 (57% of max value = 765). Red value is 63 (25% from 255 or 14.62% from 431); Green value is 188 (73.83% from 255 or 43.62% from 431); Blue value is 180 (70.70% from 255 or 41.76% from 431); Max value from RGB is 188 - color contains mainly: green. Hex color #3FBCB4 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3FBCB4 is #C0434B. Grayscale: #959595. Windows color (decimal): -12600140 or 11844671. OLE color: 11844671.

HSL color Cylindrical-coordinate representation of color #3FBCB4: hue angle of 176.16º degrees, saturation: 0.5, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #3FBCB4 is Cyan = 0.66, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.26.

Color convert

RGB 63 188 180 -
CMYK 0.66 0 0.04 0.26
HSL 176.16º 0.5% 0.49% -
HSV(B) 176.16º 0.66% 0.74% -
XYZ 28.27 40.32 49.47 -
YUV 149.71 145.09 66.15 -
System Red Green Blue C M Y K H S L
Decimal 63 188 180 0.66 0 0.04 0.26 176.16 0.5 0.49
Hex 3F BC B4 42 0 4 1A B0 32 31
Octal 77 274 264 102 0 4 32 260 62 61
Binary 111111 10111100 10110100 1000010 0 100 11010 10110000 110010 110001

Color Harmonies of #3FBCB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3FBCB4

Black with #3FBCB4

Text Example


Text Example

White with #3FBCB4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(63,188,180); }

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

background-color css

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

 a { background-color: rgb(63,188,180); }

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

border-color css

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

 span { border-color: rgb(63,188,180); }

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