Html Css Color HEX #3FCAB5 Medium Turquoise

📋 copy color: '#3FCAB5'

red 63 ◦ green 202 ◦ blue 181

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

Shades of Medium Turquoise #3FCAB5

Tints of Medium Turquoise #3FCAB5

RGB

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

 GREEN value IS 202 (79.3% from 255) = 45.29%

 BLUE value IS 181 (71.09% from 255) = 40.58%

R = 14.13%
G = 45.29%
B = 40.58%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.10

 K value IS 0.21

RGB Variations

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

Color information

#3FCAB5 (or 0x3FCAB5) is known color: Medium Turquoise. HEX triplet: 3F, CA and B5. RGB value is (63,202,181). Sum of RGB (Red+Green+Blue) = 63+202+181=446 (59% of max value = 765). Red value is 63 (25% from 255 or 14.13% from 446); Green value is 202 (79.30% from 255 or 45.29% from 446); Blue value is 181 (71.09% from 255 or 40.58% from 446); Max value from RGB is 202 - color contains mainly: green. Hex color #3FCAB5 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3FCAB5 is #C0354A. Grayscale: #9D9D9D. Windows color (decimal): -12596555 or 11913791. OLE color: 11913791.

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

Color convert

RGB 63 202 181 -
CMYK 0.69 0 0.10 0.21
HSL 170.94º 0.57% 0.52% -
HSV(B) 170.94º 0.69% 0.79% -
XYZ 31.51 46.63 51.06 -
YUV 158.05 140.95 60.21 -
System Red Green Blue C M Y K H S L
Decimal 63 202 181 0.69 0 0.10 0.21 170.94 0.57 0.52
Hex 3F CA B5 45 0 A 15 AB 39 34
Octal 77 312 265 105 0 12 25 253 71 64
Binary 111111 11001010 10110101 1000101 0 1010 10101 10101011 111001 110100

Color Harmonies of #3FCAB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3FCAB5

Black with #3FCAB5

Text Example


Text Example

White with #3FCAB5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(63,202,181); }

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

background-color css

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

 a { background-color: rgb(63,202,181); }

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

border-color css

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

 span { border-color: rgb(63,202,181); }

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