Html Css Color HEX #3FCABA Medium Turquoise

📋 copy color: '#3FCABA'

red 63 ◦ green 202 ◦ blue 186

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

Shades of Medium Turquoise #3FCABA

Tints of Medium Turquoise #3FCABA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 41.24%

R = 13.97%
G = 44.79%
B = 41.24%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.08

 K value IS 0.21

RGB Variations

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

Color information

#3FCABA (or 0x3FCABA) is known color: Medium Turquoise. HEX triplet: 3F, CA and BA. RGB value is (63,202,186). Sum of RGB (Red+Green+Blue) = 63+202+186=451 (59% of max value = 765). Red value is 63 (25% from 255 or 13.97% from 451); Green value is 202 (79.30% from 255 or 44.79% from 451); Blue value is 186 (73.05% from 255 or 41.24% from 451); Max value from RGB is 202 - color contains mainly: green. Hex color #3FCABA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3FCABA is #C03545. Grayscale: #9E9E9E. Windows color (decimal): -12596550 or 12241471. OLE color: 12241471.

HSL color Cylindrical-coordinate representation of color #3FCABA: hue angle of 173.09º 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 #3FCABA is Cyan = 0.69, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.21.

Color convert

RGB 63 202 186 -
CMYK 0.69 0 0.08 0.21
HSL 173.09º 0.57% 0.52% -
HSV(B) 173.09º 0.69% 0.79% -
XYZ 32.03 46.84 53.81 -
YUV 158.62 143.45 59.8 -
System Red Green Blue C M Y K H S L
Decimal 63 202 186 0.69 0 0.08 0.21 173.09 0.57 0.52
Hex 3F CA BA 45 0 8 15 AD 39 34
Octal 77 312 272 105 0 10 25 255 71 64
Binary 111111 11001010 10111010 1000101 0 1000 10101 10101101 111001 110100

Color Harmonies of #3FCABA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3FCABA

Black with #3FCABA

Text Example


Text Example

White with #3FCABA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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