Html Css Color HEX #3FCBB2 Medium Turquoise

📋 copy color: '#3FCBB2'

red 63 ◦ green 203 ◦ blue 178

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

Shades of Medium Turquoise #3FCBB2

Tints of Medium Turquoise #3FCBB2

RGB

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

 GREEN value IS 203 (79.69% from 255) = 45.72%

 BLUE value IS 178 (69.92% from 255) = 40.09%

R = 14.19%
G = 45.72%
B = 40.09%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.12

 K value IS 0.20

RGB Variations

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

Color information

#3FCBB2 (or 0x3FCBB2) is known color: Medium Turquoise. HEX triplet: 3F, CB and B2. RGB value is (63,203,178). Sum of RGB (Red+Green+Blue) = 63+203+178=444 (58% of max value = 765). Red value is 63 (25% from 255 or 14.19% from 444); Green value is 203 (79.69% from 255 or 45.72% from 444); Blue value is 178 (69.92% from 255 or 40.09% from 444); Max value from RGB is 203 - color contains mainly: green. Hex color #3FCBB2 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3FCBB2 is #C0344D. Grayscale: #9E9E9E. Windows color (decimal): -12596302 or 11717439. OLE color: 11717439.

HSL color Cylindrical-coordinate representation of color #3FCBB2: hue angle of 169.29º degrees, saturation: 0.57, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3FCBB2 is Cyan = 0.69, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.20.

Color convert

RGB 63 203 178 -
CMYK 0.69 0 0.12 0.20
HSL 169.29º 0.57% 0.52% -
HSV(B) 169.29º 0.69% 0.8% -
XYZ 31.44 46.98 49.53 -
YUV 158.29 139.12 60.03 -
System Red Green Blue C M Y K H S L
Decimal 63 203 178 0.69 0 0.12 0.20 169.29 0.57 0.52
Hex 3F CB B2 45 0 C 14 A9 39 34
Octal 77 313 262 105 0 14 24 251 71 64
Binary 111111 11001011 10110010 1000101 0 1100 10100 10101001 111001 110100

Color Harmonies of #3FCBB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3FCBB2

Black with #3FCBB2

Text Example


Text Example

White with #3FCBB2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(63,203,178); }

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

background-color css

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

 a { background-color: rgb(63,203,178); }

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

border-color css

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

 span { border-color: rgb(63,203,178); }

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