Html Css Color HEX #3FD3CF Medium Turquoise

📋 copy color: '#3FD3CF'

red 63 ◦ green 211 ◦ blue 207

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

Shades of Medium Turquoise #3FD3CF

Tints of Medium Turquoise #3FD3CF

RGB

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

 GREEN value IS 211 (82.81% from 255) = 43.87%

 BLUE value IS 207 (81.25% from 255) = 43.04%

R = 13.1%
G = 43.87%
B = 43.04%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.02

 K value IS 0.17

RGB Variations

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

Color information

#3FD3CF (or 0x3FD3CF) is known color: Medium Turquoise. HEX triplet: 3F, D3 and CF. RGB value is (63,211,207). Sum of RGB (Red+Green+Blue) = 63+211+207=481 (63% of max value = 765). Red value is 63 (25% from 255 or 13.10% from 481); Green value is 211 (82.81% from 255 or 43.87% from 481); Blue value is 207 (81.25% from 255 or 43.04% from 481); Max value from RGB is 211 - color contains mainly: green. Hex color #3FD3CF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3FD3CF is #C02C30. Grayscale: #A6A6A6. Windows color (decimal): -12594225 or 13620031. OLE color: 13620031.

HSL color Cylindrical-coordinate representation of color #3FD3CF: hue angle of 178.38º degrees, saturation: 0.63, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3FD3CF is Cyan = 0.70, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.17.

Color convert

RGB 63 211 207 -
CMYK 0.70 0 0.02 0.17
HSL 178.38º 0.63% 0.54% -
HSV(B) 178.38º 0.7% 0.83% -
XYZ 36.61 52.15 67.17 -
YUV 166.29 150.97 54.33 -
System Red Green Blue C M Y K H S L
Decimal 63 211 207 0.70 0 0.02 0.17 178.38 0.63 0.54
Hex 3F D3 CF 46 0 2 11 B2 3F 36
Octal 77 323 317 106 0 2 21 262 77 66
Binary 111111 11010011 11001111 1000110 0 10 10001 10110010 111111 110110

Color Harmonies of #3FD3CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3FD3CF

Black with #3FD3CF

Text Example


Text Example

White with #3FD3CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(63,211,207); }

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

background-color css

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

 a { background-color: rgb(63,211,207); }

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

border-color css

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

 span { border-color: rgb(63,211,207); }

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