Html Css Color HEX #3FCAC4 Medium Turquoise

📋 copy color: '#3FCAC4'

red 63 ◦ green 202 ◦ blue 196

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

Shades of Medium Turquoise #3FCAC4

Tints of Medium Turquoise #3FCAC4

RGB

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

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

 BLUE value IS 196 (76.95% from 255) = 42.52%

R = 13.67%
G = 43.82%
B = 42.52%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.03

 K value IS 0.21

RGB Variations

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

Color information

#3FCAC4 (or 0x3FCAC4) is known color: Medium Turquoise. HEX triplet: 3F, CA and C4. RGB value is (63,202,196). Sum of RGB (Red+Green+Blue) = 63+202+196=461 (61% of max value = 765). Red value is 63 (25% from 255 or 13.67% from 461); Green value is 202 (79.30% from 255 or 43.82% from 461); Blue value is 196 (76.95% from 255 or 42.52% from 461); Max value from RGB is 202 - color contains mainly: green. Hex color #3FCAC4 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3FCAC4 is #C0353B. Grayscale: #9F9F9F. Windows color (decimal): -12596540 or 12896831. OLE color: 12896831.

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

Color convert

RGB 63 202 196 -
CMYK 0.69 0 0.03 0.21
HSL 177.41º 0.57% 0.52% -
HSV(B) 177.41º 0.69% 0.79% -
XYZ 33.13 47.28 59.6 -
YUV 159.76 148.45 58.99 -
System Red Green Blue C M Y K H S L
Decimal 63 202 196 0.69 0 0.03 0.21 177.41 0.57 0.52
Hex 3F CA C4 45 0 3 15 B1 39 34
Octal 77 312 304 105 0 3 25 261 71 64
Binary 111111 11001010 11000100 1000101 0 11 10101 10110001 111001 110100

Color Harmonies of #3FCAC4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3FCAC4

Black with #3FCAC4

Text Example


Text Example

White with #3FCAC4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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