Html Css Color HEX #3FCACD Medium Turquoise

📋 copy color: '#3FCACD'

red 63 ◦ green 202 ◦ blue 205

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

Shades of Medium Turquoise #3FCACD

Tints of Medium Turquoise #3FCACD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 43.62%

R = 13.4%
G = 42.98%
B = 43.62%

CMYK

 C value IS 0.69

 M value IS 0.01

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#3FCACD (or 0x3FCACD) is known color: Medium Turquoise. HEX triplet: 3F, CA and CD. RGB value is (63,202,205). Sum of RGB (Red+Green+Blue) = 63+202+205=470 (62% of max value = 765). Red value is 63 (25% from 255 or 13.40% from 470); Green value is 202 (79.30% from 255 or 42.98% from 470); Blue value is 205 (80.47% from 255 or 43.62% from 470); Max value from RGB is 205 - color contains mainly: blue. Hex color #3FCACD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3FCACD is #C03532. Grayscale: #A0A0A0. Windows color (decimal): -12596531 or 13486655. OLE color: 13486655.

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

Color convert

RGB 63 202 205 -
CMYK 0.69 0.01 0 0.20
HSL 181.27º 0.59% 0.53% -
HSV(B) 181.27º 0.69% 0.8% -
XYZ 34.19 47.71 65.16 -
YUV 160.78 152.95 58.26 -
System Red Green Blue C M Y K H S L
Decimal 63 202 205 0.69 0.01 0 0.20 181.27 0.59 0.53
Hex 3F CA CD 45 1 0 14 B5 3B 35
Octal 77 312 315 105 1 0 24 265 73 65
Binary 111111 11001010 11001101 1000101 1 0 10100 10110101 111011 110101

Color Harmonies of #3FCACD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3FCACD

Black with #3FCACD

Text Example


Text Example

White with #3FCACD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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