Html Css Color HEX #3FBDBC Medium Turquoise

📋 copy color: '#3FBDBC'

red 63 ◦ green 189 ◦ blue 188

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

Shades of Medium Turquoise #3FBDBC

Tints of Medium Turquoise #3FBDBC

RGB

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

 GREEN value IS 189 (74.22% from 255) = 42.95%

 BLUE value IS 188 (73.83% from 255) = 42.73%

R = 14.32%
G = 42.95%
B = 42.73%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.01

 K value IS 0.26

RGB Variations

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

Color information

#3FBDBC (or 0x3FBDBC) is known color: Medium Turquoise. HEX triplet: 3F, BD and BC. RGB value is (63,189,188). Sum of RGB (Red+Green+Blue) = 63+189+188=440 (58% of max value = 765). Red value is 63 (25% from 255 or 14.32% from 440); Green value is 189 (74.22% from 255 or 42.95% from 440); Blue value is 188 (73.83% from 255 or 42.73% from 440); Max value from RGB is 189 - color contains mainly: green. Hex color #3FBDBC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3FBDBC is #C04243. Grayscale: #979797. Windows color (decimal): -12599876 or 12369215. OLE color: 12369215.

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

Color convert

RGB 63 189 188 -
CMYK 0.67 0 0.01 0.26
HSL 179.52º 0.5% 0.49% -
HSV(B) 179.52º 0.67% 0.74% -
XYZ 29.32 41.08 53.96 -
YUV 151.21 148.76 65.08 -
System Red Green Blue C M Y K H S L
Decimal 63 189 188 0.67 0 0.01 0.26 179.52 0.5 0.49
Hex 3F BD BC 43 0 1 1A B4 32 31
Octal 77 275 274 103 0 1 32 264 62 61
Binary 111111 10111101 10111100 1000011 0 1 11010 10110100 110010 110001

Color Harmonies of #3FBDBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3FBDBC

Black with #3FBDBC

Text Example


Text Example

White with #3FBDBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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