Html Css Color HEX #3FCDC4 Medium Turquoise

📋 copy color: '#3FCDC4'

red 63 ◦ green 205 ◦ blue 196

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

Shades of Medium Turquoise #3FCDC4

Tints of Medium Turquoise #3FCDC4

RGB

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

 GREEN value IS 205 (80.47% from 255) = 44.18%

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

R = 13.58%
G = 44.18%
B = 42.24%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.04

 K value IS 0.20

RGB Variations

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

Color information

#3FCDC4 (or 0x3FCDC4) is known color: Medium Turquoise. HEX triplet: 3F, CD and C4. RGB value is (63,205,196). Sum of RGB (Red+Green+Blue) = 63+205+196=464 (61% of max value = 765). Red value is 63 (25% from 255 or 13.58% from 464); Green value is 205 (80.47% from 255 or 44.18% from 464); Blue value is 196 (76.95% from 255 or 42.24% from 464); Max value from RGB is 205 - color contains mainly: green. Hex color #3FCDC4 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3FCDC4 is #C0323B. Grayscale: #A1A1A1. Windows color (decimal): -12595772 or 12897599. OLE color: 12897599.

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

Color convert

RGB 63 205 196 -
CMYK 0.69 0 0.04 0.20
HSL 176.2º 0.59% 0.53% -
HSV(B) 176.2º 0.69% 0.8% -
XYZ 33.85 48.7 59.84 -
YUV 161.52 147.46 57.73 -
System Red Green Blue C M Y K H S L
Decimal 63 205 196 0.69 0 0.04 0.20 176.2 0.59 0.53
Hex 3F CD C4 45 0 4 14 B0 3B 35
Octal 77 315 304 105 0 4 24 260 73 65
Binary 111111 11001101 11000100 1000101 0 100 10100 10110000 111011 110101

Color Harmonies of #3FCDC4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3FCDC4

Black with #3FCDC4

Text Example


Text Example

White with #3FCDC4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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