Html Css Color HEX #3FCDC6 Medium Turquoise

📋 copy color: '#3FCDC6'

red 63 ◦ green 205 ◦ blue 198

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

Shades of Medium Turquoise #3FCDC6

Tints of Medium Turquoise #3FCDC6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 42.49%

R = 13.52%
G = 43.99%
B = 42.49%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.03

 K value IS 0.20

RGB Variations

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

Color information

#3FCDC6 (or 0x3FCDC6) is known color: Medium Turquoise. HEX triplet: 3F, CD and C6. RGB value is (63,205,198). Sum of RGB (Red+Green+Blue) = 63+205+198=466 (61% of max value = 765). Red value is 63 (25% from 255 or 13.52% from 466); Green value is 205 (80.47% from 255 or 43.99% from 466); Blue value is 198 (77.73% from 255 or 42.49% from 466); Max value from RGB is 205 - color contains mainly: green. Hex color #3FCDC6 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3FCDC6 is #C03239. Grayscale: #A1A1A1. Windows color (decimal): -12595770 or 13028671. OLE color: 13028671.

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

Color convert

RGB 63 205 198 -
CMYK 0.69 0 0.03 0.20
HSL 177.04º 0.59% 0.53% -
HSV(B) 177.04º 0.69% 0.8% -
XYZ 34.07 48.8 61.05 -
YUV 161.74 148.46 57.57 -
System Red Green Blue C M Y K H S L
Decimal 63 205 198 0.69 0 0.03 0.20 177.04 0.59 0.53
Hex 3F CD C6 45 0 3 14 B1 3B 35
Octal 77 315 306 105 0 3 24 261 73 65
Binary 111111 11001101 11000110 1000101 0 11 10100 10110001 111011 110101

Color Harmonies of #3FCDC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3FCDC6

Black with #3FCDC6

Text Example


Text Example

White with #3FCDC6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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